Peter, > 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 > [...] > configure: error: BLAS library not installed correctly(yes)
I'm afraid configuring with an external version of boost isn't very well tested. Can you look at the output in config.log to see why it didn't like your installation of BLAS? Search for daxpy and see what the compiler error message is around that location. Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
