From: Martin Kronbichler Date: Mon, 14 Apr 2008 15:24:35 +0000 (+0000) Subject: Describe how to include the ATLAS version of BLAS, corrected text. X-Git-Tag: v8.0.0~9218 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e49b6cd9fe98231bd322b2559ef8238c431b66;p=dealii.git Describe how to include the ATLAS version of BLAS, corrected text. git-svn-id: https://svn.dealii.org/trunk@15994 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 0b8400480b..efe0873549 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -721,8 +721,9 @@
     ./configure --with-blas='f77blas -latlas'
     
- assuming that libf77blas.a and libatlas.a - or the respective shared libraries *.so are in your + assuming that the library files libf77blas.a and + libatlas.a or the respective shared libraries + *.so are in libraries included in LD_LIBRARY_PATH. LAPACK generated by ATLAS is included in a similar fashion.