On Tue, Sep 13, 2011 at 7:23 PM, Laurent Gautier <lgaut...@gmail.com> wrote: > On 2011-09-13 18:48, Peter Cock wrote: >> >> I then fell over what was a new problem for me (/usr/bin/ld: cannot >> find -lRlapack), but has been reported for rpy2: >> http://www.mail-archive.com/rpy-list@lists.sourceforge.net/msg01500.html >> >> To fix this I edited setup.py to change the lines: >> >> libraries=['R','Rlapack'] >> >> to: >> >> libraries=['R','lapack'] >> >> This last change has not yet been made in SVN. > > May be this is because it is install-specific. R can either ship / build > with its own version of LAPACK or use one already installed on > the system. A proper fix will have to make it work in all situations.
Looking at rpy2's setup.py you use the function get_rconfig to ask R how to link to LAPACK, so presumably we need to backport that to rpy1. Peter ------------------------------------------------------------------------------ Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market businesses from deploying virtual desktops? How do next-generation virtual desktops provide companies an easier-to-deploy, easier-to-manage and more affordable virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list