Re: [Rpy] using rpy2 with 64 bit R

2009-09-19 Thread Laurent Gautier
Rajarshi Guha wrote: > > On Sep 19, 2009, at 10:46 AM, Laurent Gautier wrote: > >> >> Did you try with'--arch x86_64' added to the 'extra_link_args' in >> setup.py (lines 135-138 of setup.py) ? > > Thanks. However I also had to add '--arch x86_64' to the statement in > get_rconfig so that when

Re: [Rpy] using rpy2 with 64 bit R

2009-09-19 Thread Rajarshi Guha
On Sep 19, 2009, at 10:46 AM, Laurent Gautier wrote: > > Did you try with'--arch x86_64' added to the 'extra_link_args' in > setup.py (lines 135-138 of setup.py) ? Thanks. However I also had to add '--arch x86_64' to the statement in get_rconfig so that when obtaining cppflags via R CMD conf

Re: [Rpy] using rpy2 with 64 bit R

2009-09-19 Thread Laurent Gautier
Did you try with'--arch x86_64' added to the 'extra_link_args' in setup.py (lines 135-138 of setup.py) ? L. Rajarshi Guha wrote: > > On Sep 19, 2009, at 7:28 AM, Laurent Gautier wrote: > >> Rajarshi, >> >> Which version of rpy2 are your using ? > > > 2.0.6 > > ---

Re: [Rpy] using rpy2 with 64 bit R

2009-09-19 Thread Rajarshi Guha
On Sep 19, 2009, at 7:28 AM, Laurent Gautier wrote: > Rajarshi, > > Which version of rpy2 are your using ? 2.0.6 Rajarshi Guha| NIH Chemical Genomics Center http://www.rguha.net | http://ncgc.nih.gov -

Re: [Rpy] using rpy2 with 64 bit R

2009-09-19 Thread Laurent Gautier
Rajarshi, Which version of rpy2 are your using ? L. Rajarshi Guha wrote: > Hi, I'm on OS X 105.7, with Python 2.6.2 (64-bit). I have R 2.9.0 that > is available in 32 bit and 64 bit. I usually run the 64 bit version by > adding --arch x86_64 to the command line. > > When I build the rp

[Rpy] using rpy2 with 64 bit R

2009-09-18 Thread Rajarshi Guha
Hi, I'm on OS X 105.7, with Python 2.6.2 (64-bit). I have R 2.9.0 that is available in 32 bit and 64 bit. I usually run the 64 bit version by adding --arch x86_64 to the command line. When I build the rpy2 package, it apears to only build a 32 bit version. Is there a way to force it to build a 64