New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #24328 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

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

Change History

comment:1 Changed 3 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 3 years ago by kjell.konis@…

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.

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

The R port update in bug 24612 includes these changes.

comment:4 Changed 3 years ago by macsforever2000@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed by r67055.

Note: See TracTickets for help on using tickets.