From 29e49b6cd9fe98231bd322b2559ef8238c431b66 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 14 Apr 2008 15:24:35 +0000 Subject: [PATCH] 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 --- deal.II/doc/readme.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.

-- 2.39.5