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 -- _______________________________________________ Getfem-users mailing list [email protected] https://mail.gna.org/listinfo/getfem-users
