Re: [Rpy] Version 1.0.3 now available

2008-05-14 Thread Gregory Warnes
Yea! On May 14, 2008, at 3:08PM , Dirk Eddelbuettel wrote: On Wed, May 14, 2008 at 02:36:27PM -0400, Gregory Warnes wrote: > I just committed a change to use R CMD config LAPACK_LIBS. Can you > check if it behaves properly? I get the commit emails, so I just hand-applied the changes to the

Re: [Rpy] Version 1.0.3 now available

2008-05-14 Thread Dirk Eddelbuettel
On Wed, May 14, 2008 at 02:36:27PM -0400, Gregory Warnes wrote: > I just committed a change to use R CMD config LAPACK_LIBS. Can you > check if it behaves properly? I get the commit emails, so I just hand-applied the changes to the two files. Seems to work fine -- i.e. it built. So thumbs up!

Re: [Rpy] Version 1.0.3 now available

2008-05-14 Thread Gregory Warnes
I just committed a change to use R CMD config LAPACK_LIBS. Can you check if it behaves properly? -G On May 14, 2008, at 1:14PM , Dirk Eddelbuettel wrote: On Wed, May 14, 2008 at 01:06:38PM -0400, Gregory Warnes wrote: > Too bad. > > I guess I'll have to either add code to look for > >

Re: [Rpy] Version 1.0.3 now available

2008-05-14 Thread Dirk Eddelbuettel
On Wed, May 14, 2008 at 01:06:38PM -0400, Gregory Warnes wrote: > Too bad. > > I guess I'll have to either add code to look for > > libRlapack.so > > in the appropriate directory. Know of any simple way to do this? Glad you asked :) I remembered that 'R CMD ...' added the new command 'co

Re: [Rpy] Version 1.0.3 now available

2008-05-14 Thread Gregory Warnes
Too bad. I guess I'll have to either add code to look for libRlapack.so in the appropriate directory. Know of any simple way to do this? -G On May 14, 2008, at 10:16AM , Dirk Eddelbuettel wrote: Hi Greg, On Wed, May 14, 2008 at 10:08:29AM -0400, Gregory. R. Warnes wrote: > > Hi

Re: [Rpy] Version 1.0.3 now available

2008-05-14 Thread Dirk Eddelbuettel
Hi Greg, On Wed, May 14, 2008 at 10:08:29AM -0400, Gregory. R. Warnes wrote: > > Hi Dirk, > > Is it sufficient to simply add lapack to the list of libraries? > > libraries=['R','Rlapack','lapack'] Nice idea, but I'm afraid no cigar yet. From a test build I just launched: [...] gcc -p

Re: [Rpy] Version 1.0.3 now available

2008-05-14 Thread Gregory. R. Warnes
Hi Dirk, Is it sufficient to simply add lapack to the list of libraries? libraries=['R','Rlapack','lapack'] -Greg On May 13, 2008, at 9:38AM , Dirk Eddelbuettel wrote: Hi Greg, On 12 May 2008 at 23:54, Gregory. R. Warnes wrote: | Hi All, | | I've just placed RPy 1.0.3 on SourceFor

Re: [Rpy] Version 1.0.3 now available

2008-05-13 Thread Dirk Eddelbuettel
Hi Greg, On 12 May 2008 at 23:54, Gregory. R. Warnes wrote: | Hi All, | | I've just placed RPy 1.0.3 on SourceForge. The primary purpose of | this release is to provide support for R 2.7.0. Thanks for that. As with 1.0.2, we need a baby-patch (see below) on Debian. The reason is that we

[Rpy] Version 1.0.3 now available

2008-05-12 Thread Gregory. R. Warnes
Hi All, I've just placed RPy 1.0.3 on SourceForge. The primary purpose of this release is to provide support for R 2.7.0. Sadly, the virtual machine I use for building Windows binary packages has become corrupted, so that I am unable to build the windows binary. Can someone else build t