On 2011-09-13 18:48, Peter Cock wrote: > Hi all, > > Looking on sourceforge I can see files for rpy 1.0.3, however, while > there is folder on sourceforge for rpy 1.0.4, it looks empty. > > Was rpy 1.0.4 ever released? According to the svn browser it looks > like 1.0.3 might have been the last release, but some fixes since then > have been made: > http://rpy.svn.sourceforge.net/viewvc/rpy/trunk/rpy/ > > I have just downloaded the rpy 1.0.3 tar ball, which now requires > three fixes, first old regular expression problem not liking R > versions with two digits, which is fixed in SVN: > http://rpy.svn.sourceforge.net/viewvc/rpy/trunk/rpy/rpy_tools.py?r1=776&r2=775&pathrev=776 > > Then missing Rdevices.h as described here: > http://www.mail-archive.com/rpy-list@lists.sourceforge.net/msg01500.html > > This is also fixed in SVN: > http://rpy.svn.sourceforge.net/viewvc/rpy/trunk/rpy/src/RPy.h?r1=515&r2=720 > > 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. > Could that be done and another release be made please? > > How can I help? Submit a patch. Releasing a source package should be done easily once it builds. Windows binaries are a different matter and will have to be contributed (and building / running under Windows with recent R will require fixes to the binary path). Best, Laurent > Peter > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs& more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > rpy-list mailing list > rpy-list@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/rpy-list ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list