]> https://gitweb.dealii.org/ - dealii.git/commitdiff
step-64: require LAPACK
authorTimo Heister <timo.heister@gmail.com>
Thu, 20 Mar 2025 19:54:29 +0000 (15:54 -0400)
committerTimo Heister <timo.heister@gmail.com>
Thu, 20 Mar 2025 19:54:29 +0000 (15:54 -0400)
examples/step-64/CMakeLists.txt

index 8feccbf9a1c3876770b3374c90838817f3dc30f7..4bac3437c0a1283f7ba5ef23ec6018323e143d96 100644 (file)
@@ -37,12 +37,14 @@ endif()
 #
 # Are all dependencies fulfilled?
 #
-if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST)
+if(NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR NOT DEAL_II_WITH_LAPACK)
   message(FATAL_ERROR "
 Error! This tutorial requires a deal.II library that was configured with the following options:
+    DEAL_II_WITH_LAPACK = ON
     DEAL_II_WITH_MPI = ON
     DEAL_II_WITH_P4EST = ON
 However, the deal.II library found at ${DEAL_II_PATH} was configured with these options:
+    DEAL_II_WITH_LAPACK = ${DEAL_II_WITH_LAPACK}
     DEAL_II_WITH_MPI = ${DEAL_II_WITH_MPI}
     DEAL_II_WITH_P4EST = ${DEAL_II_WITH_P4EST}
 This conflicts with the requirements."

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.