[SciPy-dev] building SciPy for CentOS 5

David Cournapeau david at ar.media.kyoto-u.ac.jp
Tue Mar 11 09:10:18 EDT 2008


Joseph VanAndel wrote:
> Robert, thanks for your help.
>
> Now, when I run
> python2.5
>  >> import scipy
>  >> scipy.test(level=1, verbosity=2)
>
> =======================================
>
> Error 1:
> I get the message:
> WARNING: cblas module is empty
>
>
>
>
> As I mentioned earlier, I build Atlas from the source RPMS found here:
> http://download.opensuse.org/repositories/home:/ashigabou/Fedora_7/src/
>
>
> There is no mention of cblas in the atlas.spec file, so I don't see how 
> the Atlas SRPM could supply cblas .
>
> ======================================
>
> Error 2: python2.5.1 crashes :
>
> check_complex_dotc 
> (scipy.linalg.tests.test_blas.test_fblas1_simple)

What is the fortran compiler on CENTOS 5 ? I bet you built scipy with 
g77, but ATLAS for FC 7 are built with gfortran. Could you provide the 
scipy build log ?

cheers,

David



More information about the SciPy-Dev mailing list