From 828e85ca75807d839c48273aa53d302a025012fc Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 23 Mar 2013 01:03:42 +0000 Subject: [PATCH] Undo accidental checkin. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28997 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/cmake.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/development/cmake.html b/deal.II/doc/development/cmake.html index 538a7c46fd..27ba5a0175 100644 --- a/deal.II/doc/development/cmake.html +++ b/deal.II/doc/development/cmake.html @@ -402,14 +402,13 @@ just take the second as hints but errors out if LAPACK can't be used with the given library (if you are sure that the path works, you can then omit the first command). An example of use is to select BLAS - and LAPACK as follows (here, these libraries have been compiled with the - gfortran compiler and need its support library): + and LAPACK as follows:
 
     cmake -DBLAS_FOUND=true \
-          -DBLAS_LIBRARIES="-L/apps/GotoBLAS/lib64 -lgoto -lgfortran" \
+          -DBLAS_LIBRARIES=/apps/GotoBLAS/lib64/libgoto.so \
           -DLAPACK_FOUND=true \
-          -DLAPACK_LIBRARIES="-L/apps/lapack-3.2.1/lib64 -llapack -L/apps/GotoBLAS/lib64 -lgoto -lgfortran"
+          -DLAPACK_LIBRARIES=/apps/lapack-3.2.1/lib64/liblapack.so
       
You can set these values on the command line, with ccmake -- 2.39.5