From: Timo Heister Date: Thu, 21 Apr 2016 16:41:50 +0000 (+0100) Subject: advertise explicit instantiation setting for Trilinos X-Git-Tag: v8.5.0-rc1~1083^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2538%2Fhead;p=dealii.git advertise explicit instantiation setting for Trilinos also see #1643 --- diff --git a/doc/external-libs/trilinos.html b/doc/external-libs/trilinos.html index 99b8c88b95..10c68f2b06 100644 --- a/doc/external-libs/trilinos.html +++ b/doc/external-libs/trilinos.html @@ -60,7 +60,7 @@ reasonable configuration (we require MueLu starting from 12.0):
 
-	cd trilinos-12.0.1
+	cd trilinos-12.4.2
 	mkdir build
 	cd build
 
@@ -75,6 +75,7 @@
 	-D Trilinos_EXTRA_LINK_FLAGS="-lgfortran" \
 	-D CMAKE_VERBOSE_MAKEFILE=FALSE \
 	-D Trilinos_VERBOSE_CONFIGURE=FALSE \
+	-D Trilinos_ENABLE_EXPLICIT_INSTANTIATION=ON \
 	-D TPL_ENABLE_MPI=ON \
 	-D BUILD_SHARED_LIBS=ON \
 	-D CMAKE_INSTALL_PREFIX:PATH=$HOME/share/trilinos \