[SciPy-user] SciPy with gcc4 and gfortran on OS X

Pearu Peterson pearu at scipy.org
Sat Apr 8 04:41:31 EDT 2006



On Fri, 7 Apr 2006, Zachary Pincus wrote:

> Hi folks -
>
> Several issues:
> (1) I think that the cc_dynamic library is still needed for gcc3/g77,
> so it shouldn't be removed from numpy.distutils wholesale. Removing
> cc_dynamic from *just* gnu95 is the way to go.

The corresponding patch has been applied to SVN.

> (2) After applying the patches that I referred to earlier, I was able
> to compile and test SciPy.

Could you send me the patch or file the corresponding ticket to 
numpy.distutils?

> Maybe for the time being scipy should disable gfortran optimization
> until the compiler gets a bit more stable?

Try `config_fc --noopt --noarch build`. Does this fix these issues?

Pearu




More information about the SciPy-User mailing list