[Numpy-tickets] [NumPy] #571: Support universal gfortran compiler on OS X
NumPy
numpy-tickets@scipy....
Fri Aug 17 14:01:55 CDT 2007
#571: Support universal gfortran compiler on OS X
-----------------------------+----------------------------------------------
Reporter: jmarshall | Owner: cookedm
Type: enhancement | Status: assigned
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.distutils | Version: devel
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Changes (by cookedm):
* status: new => assigned
Comment:
I haven't installed and tested this compiler, so could you post what
`gfortran -v -arch i386` and `gfortran -v -arch ppc` give?
For Apple's gcc, the results have a Target: line that identifies which
target they compile for (`i686-apple-darwin8` and `powerpc-apple-darwin8`
for `-arch i386` and `-arch ppc` respectively), while for my arch-specific
version of gfortran, both have a Target of `i686-apple-darwin8`. This
could probably be used to distinguish a universal gfortran.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/571#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list