From: maier Date: Mon, 12 Aug 2013 19:32:40 +0000 (+0000) Subject: CMake: Update the documentation as well X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62eaa625ccdf403485871431e20531a637a32d07;p=dealii-svn.git CMake: Update the documentation as well git-svn-id: https://svn.dealii.org/trunk@30293 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/modules/FindDEALII_LAPACK.cmake b/deal.II/cmake/modules/FindDEALII_LAPACK.cmake index 70cce2b329..131981c8dd 100644 --- a/deal.II/cmake/modules/FindDEALII_LAPACK.cmake +++ b/deal.II/cmake/modules/FindDEALII_LAPACK.cmake @@ -111,6 +111,7 @@ IF(LAPACK_FOUND) SWITCH_LIBRARY_PREFERENCE() ELSE() + SET(DEALII_LAPACK_FOUND FALSE) # # If we couldn't find LAPACK, clean up the library variables: diff --git a/deal.II/doc/development/Config.sample b/deal.II/doc/development/Config.sample index 6f4ad89247..aeb340ced3 100644 --- a/deal.II/doc/development/Config.sample +++ b/deal.II/doc/development/Config.sample @@ -243,7 +243,15 @@ # BLA_VENDOR will also be recognized by FindLAPACK.cmake. # # If your BLAS/LAPACK installation resides at a non system location, specify -# a hint with CMAKE_PREFIX_PATH. +# a hint with LAPACK_DIR and BLAS_DIR, or CMAKE_PREFIX_PATH: +# +# SET(LAPACK_DIR "..." CACHE PATH +# "The preferred installation prefix for searching for LAPACK" +# ) +# +# SET(BLAS_DIR "..." CACHE PATH +# "The preferred installation prefix for searching for BLAS" +# ) # # # Manual setup: diff --git a/deal.II/doc/development/cmake.html b/deal.II/doc/development/cmake.html index 2cfdb653de..40cf64aed2 100644 --- a/deal.II/doc/development/cmake.html +++ b/deal.II/doc/development/cmake.html @@ -381,6 +381,7 @@ ARPACK_DIR, HDF5_DIR, + LAPACK_DIR (and BLAS_DIR), METIS_DIR, MUMPS_DIR (and SCALAPACK_DIR, BLACS_DIR), P4EST_DIR (and SC_DIR),