Re: [Pythonmac-SIG] which fortran for pythonmac.org binaries?

2007-06-03 Thread Robert Kern
Christopher Barker wrote: > So does that mean we can build Universal binaries of Scipy now? With some fiddling, probably. > And back to the original question -- is the binary at python mac (only > 2.4 at my last look) Universal? Almost certainly not. -- Robert Kern "I have come to believe t

Re: [Pythonmac-SIG] which fortran for pythonmac.org binaries?

2007-06-03 Thread Robert Kern
Robert Kern wrote: > Christopher Barker wrote: > >> So does that mean we can build Universal binaries of Scipy now? > > With some fiddling, probably. Namely, $ LDFLAGS="-undefined dynamic_lookup -bundle -arch i386 -arch ppc" python setup.py config_fc --fcompiler=gnu95 --arch="-arch i386 -arch

Re: [Pythonmac-SIG] which fortran for pythonmac.org binaries?

2007-06-03 Thread Robert Kern
Robert Kern wrote: > Robert Kern wrote: >> Christopher Barker wrote: >> >>> So does that mean we can build Universal binaries of Scipy now? >> With some fiddling, probably. > > Namely, > > $ LDFLAGS="-undefined dynamic_lookup -bundle -arch i386 -arch ppc" python > setup.py config_fc --fcompiler