Thanks! See inline below.

On Thu, Apr 4, 2013 at 11:47 PM, François Bissey
<francois.bis...@canterbury.ac.nz> wrote:
> On Thu, 04 Apr 2013 23:41:06 Kjetil brinchmann Halvorsen wrote:
>> see inline below.
>
> Not pretty. There is a bit of a mystery as to why -latlas doesn't give you the
> right libraries. libcblas should be linked with libatlas, it is technically
> correct as is but should be handled better. I hope that Volker did a better
> job with the next ATLAS spkg.
>
> Try to resume building sage with the following:
> LINBOX_BLAS="-L/home/kjetil/sage/sage-5.8/local/lib -lcblas -latlas" make

Didnt work. Starts like this:

 LINBOX_BLAS="-L/home/kjetil/sage/sage-5.8/local/lib -lcblas -latlas" make
cd spkg && \
"../spkg/pipestatus" \
"env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \
"tee -a ../install.log"
make[1]: Entering directory `/home/kjetil/sage/sage-5.8/spkg'
make base
env SAGE_BUILD_TOOLCHAIN=yes make toolchain
.
.
.

and finninshes like this:

checking for GMP >= 3.1.1... found
checking whether GMP is 4.0 or greater... yes
checking whether GMP was compiled with --enable-cxx... yes
checking for GIVARO >= 30700 and < 30800... found
checking "for BLAS (-L/home/kjetil/sage/sage-5.8/local/lib -lcblas
-latlas)"... no
checking for C interface to BLAS with -lcblas... not working
checking for C interface to BLAS with -lblas... not working
checking for other BLAS... problem
Sorry, your BLAS are not working. Disabling.

*******************************************************************************
 ERROR: BLAS not found!

 BLAS routines are required for this library to compile. Please
 make sure BLAS are installed and specify its location with the option
 --with-blas=<lib> when running configure (or --with-cblas... see
configure --help).
*******************************************************************************
Error configuring linbox

real 0m20.308s
user 0m9.485s
sys 0m2.704s
************************************************************************
Error installing package fflas_ffpack-1.6.0.p0
************************************************************************
Please email sage-devel (http://groups.google.com/group/sage-devel)
explaining the problem and including the relevant part of the log file
  /home/kjetil/sage/sage-5.8/spkg/logs/fflas_ffpack-1.6.0.p0.log
Describe your computer, operating system, etc.
If you want to try to fix the problem yourself, *don't* just cd to
/home/kjetil/sage/sage-5.8/spkg/build/fflas_ffpack-1.6.0.p0 and type
'make' or whatever is appropriate.
Instead, the following commands setup all environment variables
correctly and load a subshell for you to debug the error:
  (cd '/home/kjetil/sage/sage-5.8/spkg/build/fflas_ffpack-1.6.0.p0' &&
'/home/kjetil/sage/sage-5.8/sage' -sh)
When you are done debugging, you can type "exit" to leave the subshell.
************************************************************************
make[2]: *** [installed/fflas_ffpack-1.6.0.p0] Error 1
make[2]: Leaving directory `/home/kjetil/sage/sage-5.8/spkg'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/kjetil/sage/sage-5.8/spkg'

real 0m21.115s
user 0m9.941s
sys 0m2.784s
Error building Sage.
make: *** [build] Error 1
kjetil@kjetil-HP-Pavilion-dv4-Notebook-PC:~/sage/sage-5.8$



Kjetil






>
> Francois
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



--
"If you want a picture of the future - imagine a boot stamping on the
human face - forever."

George Orwell (1984)

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to