[Rd] rpvm arch check

2013-01-15 Thread Michael Li
I've trying to fix the check error in rpvm package. Right now on my Mac, I use darwinport to install PVM and I can get rpvm to pass the check using 'R -arch x86_64 CMD check'. However the default 'R CMD check' uses i386 which fails since PVM is built for x86_64 only. So is there a way to ensure pr

Re: [Rd] rpvm arch check

2013-01-17 Thread Michael Li
external library (libpvm.a) and use the correct architecture automatically when compiling rpvm code? Thanks, Michael On Tue, Jan 15, 2013 at 8:53 PM, Simon Urbanek wrote: > On Jan 15, 2013, at 2:24 PM, Michael Li wrote: > > > I've trying to fix the check error in rpvm package. Ri