Hi,

I am attempting to reconfigure deal.ii to include UMFPACK.  When I run

./configure --enable-threads --with-umfpack

everything works fine until it makes it to the additional library section, when it throws an error of the form:

checking UMFPACK library... using included version
checking for /home/justin/Desktop/deal.II/contrib/umfpack/UMFPACK/Include/umfpack.h... yes checking for /home/justin/Desktop/deal.II/contrib/umfpack/AMD/Include/amd.h... yes
checking for daxpy_... no
configure: error: BLAS library not installed correctly(yes)

If I don't attempt to include UMFPACK, it obviously works fine. But I want to try UMFPACK, so I'm really hoping someone can provide some insight into fixing this issue.

Thanks!
-J


The whole screen output:
---------------- 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 boost::bind compiler internal error... no
checking for boost::graph compiler internal error... 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
checking for crc32 in -lz... no
checking whether byte ordering is bigendian... no
checking netcdfcpp.h usability... no
checking netcdfcpp.h presence... no
checking for netcdfcpp.h... no
checking for nc_open in -lnetcdf... no
checking UMFPACK library... using included version
checking for /home/justin/Desktop/deal.II/contrib/umfpack/UMFPACK/Include/umfpack.h... yes checking for /home/justin/Desktop/deal.II/contrib/umfpack/AMD/Include/amd.h... yes
checking for daxpy_... no
configure: error: BLAS library not installed correctly(yes)

_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to