Opened 14 years ago

Closed 14 years ago

#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 (1)

Portfile.diff (4.6 KB) - added by kjell.konis@… 14 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 14 years ago by kjell.konis@…

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).

Changed 14 years ago by kjell.konis@…

Attachment: Portfile.diff added

comment:2 Changed 14 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.

comment:3 Changed 14 years ago by kjell.konis@…

The R port update in bug 24612 includes these changes.

comment:4 Changed 14 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

Fixed by r67055.

Note: See TracTickets for help on using tickets.