]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Reorganization of configure_ scripts #1
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 12:15:16 +0000 (12:15 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 28 Sep 2012 12:15:16 +0000 (12:15 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26826 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CMakeLists.txt
deal.II/cmake/configure/configure_lapack.cmake
deal.II/cmake/configure/configure_umfpack.cmake

index ecae7d299b1cfa5f4d5dafd6ea4ba2d77fde01ea..b06ff1cab43429715b66ef55f996cc7379563e9a 100644 (file)
@@ -50,10 +50,6 @@ OPTION(DEAL_II_WITH_ARPACK
   "Build deal.II with support for ARPACK."
   OFF)
 
-OPTION(DEAL_II_WITH_BLAS
-  "Build deal.II with support for BLAS."
-  OFF)
-
 SET(DEAL_II_WITH_BOOST
   # Always true. We need it :-]
   ON
index cdd97b17fe8da891badded00c9d9a9205c98c016..5cbe0a8136e18fbc6468bb9daa342fdccb032d69 100644 (file)
@@ -3,6 +3,7 @@
 # Configuration for the lapack library:
 #
 
+
 MACRO(FEATURE_LAPACK_FIND_EXTERNAL var)
   FIND_PACKAGE(LAPACK)
 
index 9a7380347b624a197b54dd408db92d86bd4fade6..6eecc3f3d5627b671aa5613983579b4b2ced3546 100644 (file)
@@ -4,7 +4,9 @@
 
 
 SET(FEATURE_UMFPACK_DEPENDS
-  DEAL_II_WITH_BLAS
+  #
+  # Currently, with enabled umfpack support, we also need LAPACK...
+  #
   DEAL_II_WITH_LAPACK
   )
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.