Hi,
I am trying to configure the 7.0.0 release and link with external
boost libraries. When I do so, the boost checks pass but the
configure fails when checking for the BLAS libraries:
./configure --enable-threads --with-umfpack
--with-boost=/home/pdobson/Programs/fcst/contrib/boost_1_45_0
[...]
---------------- configuring additional libs ----------------
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/type_traits.hpp usability... yes
checking boost/type_traits.hpp presence... yes
checking for boost/type_traits.hpp... yes
checking boost/tuple/tuple.hpp usability... yes
checking boost/tuple/tuple.hpp presence... yes
checking for boost/tuple/tuple.hpp... yes
checking for boost::shared_ptr assignment operator= template buglet... no
checking for PETSc library directory... not found
checking for SLEPc include directory... not found
checking for Trilinos directory... not found
checking for Trilinos header directory... not found
checking for Trilinos library directory... not found
checking for ARPACK library directory... no
checking for MUMPS library directory... no
checking whether p4est will be used... no
checking for daxpy_ in -lblas... no
checking for HSL subroutines... none found
Adding FORTRAN libraries -lgfortran
checking for crc32 in -lz... no
checking netcdfcpp.h usability... no
checking netcdfcpp.h presence... no
checking for netcdfcpp.h... no
checking for nc_open in -lnetcdf... no
checking gsl_sf.h usability... no
checking gsl_sf.h presence... no
checking for gsl_sf.h... no
checking for gsl_bessel_J0 in -lgsl... no
checking UMFPACK library... using included version
checking for
/home/pdobson/Programs/fcst/contrib/deal.II/deal.II/contrib/umfpack/UMFPACK/Include/umfpack.h...
yes
checking for
/home/pdobson/Programs/fcst/contrib/deal.II/deal.II/contrib/umfpack/AMD/Include/amd.h...
yes
checking for daxpy_... no
configure: error: BLAS library not installed correctly(yes)
However, when configuring using the included boost libraries, there is
no trouble finding BLAS.
./configure --enable-threads --with-umfpack
[...]
---------------- configuring additional libs ----------------
...
checking for daxpy_ in -lblas... yes
...
checking for daxpy_... yes
checking for daxpy_... (cached) yes
...
This is puzzling to me and I don't know where I am going wrong. I
have also tried setting the LDFLAGS to ensure the path to BLAS is
included, but the same errors come up. Am I missing any steps of
configure options in order to link to the boost libraries? Thanks for
your help.
Peter
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii