From: vishalkenchan Date: Tue, 14 Nov 2017 17:45:24 +0000 (+0100) Subject: recommend enabling ROL package while building Trilinos X-Git-Tag: v9.0.0-rc1~774^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5464%2Fhead;p=dealii.git recommend enabling ROL package while building Trilinos --- diff --git a/doc/external-libs/trilinos.html b/doc/external-libs/trilinos.html index cfb018f34e..ab09eeb784 100644 --- a/doc/external-libs/trilinos.html +++ b/doc/external-libs/trilinos.html @@ -64,6 +64,7 @@
  • Ifpack,
  • ML,
  • MueLu (if using Trilinos 11.14 or newer), +
  • ROL,
  • Sacado, and
  • Teuchos. @@ -86,6 +87,7 @@ -DTrilinos_ENABLE_Teuchos=ON \ -DTrilinos_ENABLE_MueLu=ON \ -DTrilinos_ENABLE_ML=ON \ + -DTrilinos_ENABLE_ROL=ON \ -DTrilinos_VERBOSE_CONFIGURE=OFF \ -DTPL_ENABLE_MPI=ON \ -DBUILD_SHARED_LIBS=ON \