getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-users] .configure does not see the ATLAS library.


From: LUK ShunTim
Subject: Re: [Getfem-users] .configure does not see the ATLAS library.
Date: Mon, 06 Oct 2008 19:31:53 +0800
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

Mykola Tasinkevych wrote:
>    Dear Getfem Users,
> 
> I have faced a problem while trying to configure Getfem  with the ATLAS
> library installed in my HOME:
> 
> 
> "  ./configure BLAS_LIBS="-L$HOME/lib -latlas -lf77blas"
> CPPFLAGS="-I$HOME/include" LDFLAGS="-L$HOME/lib" --prefix=$HOME   
> --enable-qhull --enable-matlab --enable-python  
> 
> BLAS_LIBS=-L/home/miko/lib -latlas -lf77blas
> checking for sgemm_ in -L/home/miko/lib -latlas -lf77blas... no
> checking for sgemm_... no
> checking for ATL_xerbla in -latlas... yes
> checking for sgemm_ in -lf77blas... no
> checking for sgemm_ in -lblas... no
> checking for sgemm_ in -lcxml... no
> checking for sgemm_ in -ldxml... no
> checking for sgemm_ in -lscs... no
> checking for sgemm_ in -lcomplib.sgimath... no
> checking for sgemm_ in -lblas... (cached) no
> checking for sgemm_ in -lblas... (cached) no
> checking for sgemm_ in -lblas... (cached) no
>  *** YOU DONT HAVE BLAS! *** Using a cheap replacement "
> 
>    At this point I do not understand why  the "configure" script does
> not see the ATLAS library?
>  
> Does someone have any idea?
> Thank you in advance and the best regards,
> 
> Miko.

Hi Miko,

I encounter the same problem before and setting it in LDFLAGS allows it
to be picked up. I don't know why BLAS_LIBS didn't work as advertised.

Regards,
ST
--



reply via email to

[Prev in Thread] Current Thread [Next in Thread]