Ticket #24328 (closed defect: fixed)
R (2.10.1) lacking libRblas
| Reported by: | jowens@… | Owned by: | kjell.konis@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Port: | R |
Description
Using latest R port:
$ R CMD config BLAS_LIBS <outputs nothing>
Should output something like:
"-L/opt/local/lib/R/lib -lRblas"
Since libRblas does not exist, py25-rpy2 won't build. This was evidently working with the last R (2.9.1).
Attachments
Change History
comment:2 Changed 3 years ago by kjell.konis@…
The attached Portfile.diff updates the R Portfile so that LAPACK and the BLAS are put in separate dylibs to libR.
The diff also adds a gcc44 variant to address bug 24386.
Finally, the R developers warned me not to use the configure patch I was using so the install/load paths are now set in post-destroot for all platforms.
Note: See
TracTickets for help on using
tickets.


It looks like R puts the BLAS routines in libR now. There is a switch to use a separate library for the BLAS though so I'll test out using that. Hold on just a little bit longer (have to wait until Monday to test on Leopard and Snow Leopard).