Re: [Pythonmac-SIG] Numpy Scipy and Darwinports

2006-04-02 Thread David M. Cooke
Robert Kern <[EMAIL PROTECTED]> writes: > David M. Cooke wrote: >> Jaonary Rabarisoa <[EMAIL PROTECTED]> writes: >> >> >>>Hi all, >>>I'd like to build numpy and scipy with the gcc 4.1 provided by >>>darwinport (I fact, they need a fortran compiler). How can I do to >>>change the compiler to

Re: [Pythonmac-SIG] Numpy Scipy and Darwinports

2006-03-31 Thread Robert Kern
David M. Cooke wrote: > Jaonary Rabarisoa <[EMAIL PROTECTED]> writes: > > >>Hi all, >>I'd like to build numpy and scipy with the gcc 4.1 provided by >>darwinport (I fact, they need a fortran compiler). How can I do to >>change the compiler to be used with distutils ? I've tried something >>

Re: [Pythonmac-SIG] Numpy Scipy and Darwinports

2006-03-31 Thread David M. Cooke
Jaonary Rabarisoa <[EMAIL PROTECTED]> writes: > Hi all, > I'd like to build numpy and scipy with the gcc 4.1 provided by > darwinport (I fact, they need a fortran compiler). How can I do to > change the compiler to be used with distutils ? I've tried something > like this : > > python setup.

[Pythonmac-SIG] Numpy Scipy and Darwinports

2006-03-31 Thread Jaonary Rabarisoa
Hi all, I'd like to build numpy and scipy with the gcc 4.1 provided by darwinport (I fact, they need a fortran compiler). How can I do to change the compiler to be used with distutils ? I've tried something like this : python setup.py build --compiler=gcc-dp-4.1 ( all the file installed wi