From d9067f1ce0f98b8d5725196410a43e8fa90c1bde Mon Sep 17 00:00:00 2001 From: vishalkenchan Date: Tue, 14 Nov 2017 18:45:24 +0100 Subject: [PATCH] recommend enabling ROL package while building Trilinos --- doc/external-libs/trilinos.html | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.39.5