[SciPy-user] building numpy/scipy on Solaris

raphael langella raphael.langella at steria.com
Mon Mar 26 09:27:33 EDT 2007


---- Messages d´origine ----
De: raphael langella <raphael.langella at steria.com>
Date: jeudi, mars 22, 2007 10:39 am
Objet: Re: [SciPy-user] building numpy/scipy on Solaris

> ---- Messages d´origine ----
> De: "David M. Cooke" <cookedm at physics.mcmaster.ca>
> Date: jeudi, mars 22, 2007 9:41 am
> Objet: Re: [SciPy-user] building numpy/scipy on Solaris
> 
> > Ahh, just realized. We can do this completely with the C 
> compiler; the
> > -xlic_lib=sunperf -xarch=v9b is only being used for Fortran. Try
> > 
> > CFLAGS='-xlic_lib=sunperf -xarch=v9b' CPPFLAGS='-
> > DNO_APPEND_FORTRAN' python setup.py install
> > 
> > Since sunperf has C bindings, we don't need the Fortran compiler 
> at 
> > allfor Numpy (and I don't think it was being used in the first 
> place).

> well, options for C don't have the same syntax as Fortran, so I used
> '-mcpu=v9 -lsunperf' and got :
> 
> ImportError: ld.so.1: python: fatal: relocation error: file
> /Produits/sun/forte/7/SUNWspro/lib/libsunperf.so.4: symbol __f95_sign:
> referenced symbol not found

Well, any idea about this error? It would be neat to be able to build
numpy with libsunperf.



More information about the SciPy-User mailing list