#14240: py-scipy fails to build on intel mac, xcode 2.5, tiger ----------------------------------+----------------------------------------- Reporter: dave.iltis@utah.edu | Owner: ram@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by ram@macports.org): Essentially the fix that was committed in r33616 wasn't really the complete solution, it was really a work around of the problem. What needs to be done is to port ```numpy/distutils/fcompiler/gnu.py```, which specifies all the required flags for gfortran, over to ```numpy/distutils/fcompiler/g95.py``` which does the same for g95. scipy builds OK on Tiger using gcc42, just not using g95 (to my knowledge). If we can find the appropriate linker flags for Tiger then it should be fairly straightforward then ```platform darwin 8``` could be used to patch g95.py accordingly for Tiger and similarly for Leopard. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14240#comment:18> MacPorts </projects/macports> Ports system for Mac OS