Re: [Matplotlib-users] MacOS X install and ppc flag

2010-09-11 Thread Friedrich Romstedt
2010/9/4 Thomas Robitaille : > export MACOSX_DEPLOYMENT_TARGET=10.6 > export CFLAGS="-arch i386 -arch x86_64" > export CPPFLAGS="-arch i386 -arch x86_64" > export FFLAGS="-arch i386 -arch x86_64" > export LDFLAGS="-Wall -undefined dynamic_lookup -bundle -arch i386 -arch > x86_64" So you're on 10.

[Matplotlib-users] MacOS X install and ppc flag

2010-09-04 Thread Thomas Robitaille
Hi, Is there a way to prevent the matplotlib install from trying to compile for ppc for the c++ compiler? I usually set export MACOSX_DEPLOYMENT_TARGET=10.6 export CFLAGS="-arch i386 -arch x86_64" export CPPFLAGS="-arch i386 -arch x86_64" export FFLAGS="-arch i386 -arch x86_64" export LDFLAGS="-