On Mar 25, 9:42 pm, "Soroosh Yazdani" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> compiling fails for me on linbox. Apparently it can't find blas libraries.
> My computer is an hp laptop, with amd 64x2 processor, running gentoo. I have
> acml installed on my computer, although looking at install.log it seems like
> sage is compiling atlas libraries as well, so I'm not sure if that's
> relevant. The install log can be found on my sage.math account, in my home
> directory (~syazdani/install.log).
>
> As a workaround, I installed atlas through gentoo (blas-atlas-3.8.1), and
> sage seems to get passed linbox now.
>
> Cheers,
> Soroosh
>

Hi Soroosh,

ld -L/home/syazdani/sage/local/lib/gcc-lib/x86_64-unknown-linux-gnu/
4.0.3 -L/home/syazdani/sage/local/lib -shared -soname liblapack.so -o
liblapack.so --whole-archive liblapack.a --no-whole-archive -lc -lm -
lf95
ld -L/home/syazdani/sage/local/lib/gcc-lib/x86_64-unknown-linux-gnu/
4.0.3 -L/home/syazdani/sage/local/lib -shared -soname libf77blas.so -o
libf77blas.so --whole-archive libf77blas.a --no-whole-archive -lc -lm -
lf95

I believe that the likely cause for this is a missing "-lf95" when
running LinBox's  ATLAS detection code. While I do not have a patch
ready to go I got some ideas how to fix this. Bug me about this in a
couple days if nothing happens.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to