#31833: py27-scipy fails to build with -faltivec flag error ---------------------------------------+------------------------------------ Reporter: martinzinkin@… | Owner: ram@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: | Keywords: Port: py27-scipy | ---------------------------------------+------------------------------------ Comment(by ram@…): Look like it's using stuff from the system numpy: {{{ :info:build building 'scipy.integrate._odepack' extension :info:build compiling C sources :info:build C compiler: /opt/local/bin/gcc-mp-4.4 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes :info:build :info:build compile options: '-DNO_ATLAS_INFO=3 -I/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c' :info:build extra options: '-faltivec -I/System/Library/Frameworks/vecLib.framework/Headers' :info:build gcc-mp-4.4: scipy/integrate/_odepackmodule.c :info:build cc1: error: unrecognized command line option "-faltivec" :info:build cc1: error: unrecognized command line option "-faltivec" }}} I imagine you're getting this error because the system numpy is being used instead of the MacPorts version. Not sure why this is the case though. I'll do a little digging and see if I can find anything... -- Ticket URL: <https://trac.macports.org/ticket/31833#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS