]> https://gitweb.dealii.org/ - candi.git/commitdiff
fix trilinos 12 & superlu bug
authorTimo Heister <timo.heister@gmail.com>
Mon, 8 Feb 2016 22:51:50 +0000 (17:51 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 8 Feb 2016 22:52:26 +0000 (17:52 -0500)
deal.II-toolchain/packages/trilinos.package

index 515bfd0f73f0028a3d459c5508ca8419e63fde59..da4352213adbb28d89fb55a507276cf46e4ab970 100644 (file)
@@ -111,9 +111,13 @@ fi
 # Add SuperLU_dist, if present
 if [ ! -z "${SUPERLU_DIR}" ]; then
     cecho ${INFO} "trilinos: configuration with SuperLU_dist"
+
+    # we need to disable complex support in teuchos, see https://trilinos.org/pipermail/trilinos-users/2015-March/004802.html
+
     CONFOPTS="\
         ${CONFOPTS} \
           -D TPL_ENABLE_SuperLUDist:BOOL=ON \
+         -D Teuchos_ENABLE_COMPLEX:BOOL=OFF \
           -D TPL_SuperLUDist_LIBRARIES:FILEPATH=${SUPERLU_DIR}/lib/libsuperlu_dist.so \
           -D SuperLUDist_INCLUDE_DIRS:PATH=${SUPERLU_DIR}/include/superlu \
           -D HAVE_SUPERLUDIST_LUSTRUCTINIT_2ARG:BOOL=ON"

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.