]> https://gitweb.dealii.org/ - candi.git/commitdiff
enable PARPACK support 28/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 2 Jun 2017 15:39:23 +0000 (17:39 +0200)
committerTimo Heister <timo.heister@gmail.com>
Fri, 2 Jun 2017 15:39:23 +0000 (17:39 +0200)
PARPACK support is disabled inside deal.II by default, but our version
is recent enough.

deal.II-toolchain/packages/dealii.package

index 1697db24d845e347136ebb2330ba5d8cbf21186f..d117a6ac2af76d908a8e507f37429358e0c918a8 100644 (file)
@@ -37,9 +37,13 @@ ${DEAL_CONFOPTS} \
 # arpack
 if [ ! -z "${ARPACK_DIR}" ]; then
     cecho ${INFO} "deal.II: configuration with ARPACK"
+    # We use a recent enough version of arpack, so PARPACK can be enabled
+    # even though it is disabled by default, see 
+    # https://github.com/dealii/dealii/blob/master/cmake/modules/FindARPACK.cmake
     CONFOPTS="\
         ${CONFOPTS} \
         -D DEAL_II_WITH_ARPACK:BOOL=ON \
+        -D DEAL_II_ARPACK_WITH_PARPACK=ON \
         -D ARPACK_DIR=${ARPACK_DIR}"
 fi
 

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.