Skip to content

suppress PowerPC package build on Lion with R-devel

3 messages · Simon Urbanek, Garth Howell

#
Garth,

I bet you didn't use the Installer. The tar ball contains more than your system can handle, that's why the installed removes ppc binaries on Lion. You can do the same by hand with something like
sudo rm -rf `find /Library/Frameworks/R.framework -name ppc`

However, I'd recommend using the Installer instead since there are other Lion-specific actions (such as changing the default arch etc.). 

Cheers,
Simon
On Nov 14, 2011, at 3:38 PM, Garth Howell wrote:

            
#
On Mon, Nov 14, 2011 at 3:40 PM, Simon Urbanek
<simon.urbanek at r-project.org> wrote:
That did the trick. Thanks!
Garth Howell