[Numpy-discussion] Fwd: Support universal gfortran compiler on OS X

Barry Wark barrywark at gmail.com
Wed Oct 24 12:52:05 EDT 2007


The MacOSX/x86 buildslave at buildbot.scipy.org is running universal
gfortran. The output of gfortran -v -arch XX is:

siegfried:~ barry$ 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=i686-apple-darwin8 --host=i686-apple-darwin8
--target=i686-apple-darwin8 --enable-languages=fortran
Thread model: posix
gcc version 4.2.1

siegfried:~ barry$ 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=i686-apple-darwin8 --host=i686-apple-darwin8
--target=powerpc-apple-darwin8 --enable-languages=fortran
Thread model: posix
gcc version 4.2.1


I can confirm that numpy builds properly with this compiler. I can
also confirm that the universal build works on PPC and Intel. I can't
confirm that the patch for universal gfortran support has not caused a
regression in the non-universal gfortran support on OS X.


barry

On 10/23/07, Jarrod Millman <millman at berkeley.edu> wrote:
> Hello,
>
> If someone could confirm whether we can close this ticket, I would
> appreciate it.
>
> Thanks,
>
> ---------- Forwarded message ----------
> From: Jarrod Millman <millman at berkeley.edu>
> Date: Oct 19, 2007 1:49 AM
> Subject: Support universal gfortran compiler on OS X
> To: Discussion of Numerical Python <numpy-discussion at scipy.org>
>
>
> Hello,
>
> Could someone confirm whether this ticket can be closed:
> http://projects.scipy.org/scipy/numpy/ticket/571
>
> Thanks,
>
> --
> Jarrod Millman
> Computational Infrastructure for Research Labs
> 10 Giannini Hall, UC Berkeley
> phone: 510.643.4014
> http://cirl.berkeley.edu/
>
>
> --
> Jarrod Millman
> Computational Infrastructure for Research Labs
> 10 Giannini Hall, UC Berkeley
> phone: 510.643.4014
> http://cirl.berkeley.edu/
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list