On Jan 4, 8:10 pm, Johannct <[EMAIL PROTECTED]> wrote:
> ok, now it fails before numpy seemingly : it did not build all the
> atlas librairies and bail out after complainng that it cannot cp
> them... I relaunched a make, and it seems to build all the libs again,
> which is strange...
> Anyway :
> cp /data1/sources/sage-2.9.1.1/spkg/build/atlas-3.8.p6/ATLAS-build/lib/
> libptcblas.a /data1/sources/sage-2.9.1.1/local/lib/.
> cp: cannot stat `/data1/sources/sage-2.9.1.1/spkg/build/atlas-3.8.p6/
> ATLAS-build/lib/libptcblas.a': No such file or directory
> make[3]: [install_lib] Error 1 (ignored)
> cp /data1/sources/sage-2.9.1.1/spkg/build/atlas-3.8.p6/ATLAS-build/lib/
> libptf77blas.a /data1/sources/sage-2.9.1.1/local/lib/.
> cp: cannot stat `/data1/sources/sage-2.9.1.1/spkg/build/atlas-3.8.p6/
> ATLAS-build/lib/libptf77blas.a': No such file or directory
> make[3]: [install_lib] Error 1 (ignored)
> chmod 0644 /data1/sources/sage-2.9.1.1/local/lib/libptcblas.a /data1/
> sources/sage-2.9.1.1/local/lib/libptf77blas.a
> chmod: cannot access `/data1/sources/sage-2.9.1.1/local/lib/
> libptcblas.a': No such file or directory
> chmod: cannot access `/data1/sources/sage-2.9.1.1/local/lib/
> libptf77blas.a': No such file or directory
>
> and indeed:
> [EMAIL PROTECTED] sage-2.9.1.1]$ ls /data1/sources/sage-2.9.1.1/spkg/
> build/atlas-3.8.p6/ATLAS-build/lib/
> libatlas.a libatlas.so libcblas.a libcblas.so libclapack.a
> libf77blas.a libf77blas.so liblapack.a liblapack.so libtstatlas.a
> Makefile Make.inc
That is to be expected. the libraries it complains about are the multi
threaded versions of ATLAS which we do not build. If they do not exist
the makefile from ATLAS just ignores those errors. Look in the spkg-
install in spkg/build/atlas-3.8.p6/ to see what we do.
One more question: did you start with a fresh build from vanilla
sources or did you rebuild in place?
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---