[Numpy-tickets] [NumPy] #571: Support universal gfortran compiler on OS X
NumPy
numpy-tickets@scipy....
Sun Aug 19 16:20:11 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: |
-----------------------------+----------------------------------------------
Comment (by jmarshall):
Yes, that should do the trick.
{{{
# gfortran -v -arch i386
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /Builds/unix/gcc/gcc-4.2/configure --prefix=/usr/local
--mandir=/share/man --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=i686
-apple-darwin8 --enable-languages=fortran
Thread model: posix
gcc version 4.2.1
}}}
{{{
# gfortran -v -arch ppc
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /Builds/unix/gcc/gcc-4.2/configure --prefix=/usr/local
--mandir=/share/man --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target
=powerpc-apple-darwin8 --enable-languages=fortran
Thread model: posix
gcc version 4.2.1
}}}
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/571#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list