]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Disable Trilinos when explicitly saying so also when TRILINOS_DIR is set.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Mar 2011 17:01:11 +0000 (17:01 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Mar 2011 17:01:11 +0000 (17:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@23454 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 474c632966e71c01ea508dc1631fa3bea77ec9a6..5cd1a5deb9dabddbd6286c3bcf2d3cd8144534bb 100644 (file)
@@ -6010,7 +6010,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_TRILINOS, dnl
           USE_CONTRIB_TRILINOS=no
         else
          USE_CONTRIB_TRILINOS=yes
-          DEAL_II_TRILINOS_DIR="$withval"
+         DEAL_II_TRILINOS_DIR="$withval"
          AC_MSG_RESULT($DEAL_II_TRILINOS_DIR)
 
           dnl Make sure that what was specified is actually correct
@@ -6026,17 +6026,23 @@ AC_DEFUN(DEAL_II_CONFIGURE_TRILINOS, dnl
      [
         dnl Take something from the environment variables, if it is there
         if test "x$TRILINOS_DIR" != "x" ; then
-         USE_CONTRIB_TRILINOS=yes
-          DEAL_II_TRILINOS_DIR="$TRILINOS_DIR"
-         AC_MSG_RESULT($DEAL_II_TRILINOS_DIR)
-
-          dnl Make sure that what this is actually correct
-          if test ! -d $DEAL_II_TRILINOS_DIR/include \
-               -o ! -d $DEAL_II_TRILINOS_DIR/lib ; then
-            AC_MSG_ERROR([The path to Trilinos specified in the TRILINOS_DIR environment variable does not point to a complete Trilinos installation])
+          dnl Special case when someone does --with-trilinos=no
+         if test "x$withval" = "xno" ; then
+            AC_MSG_RESULT([explicitly disabled])
+            USE_CONTRIB_TRILINOS=no
+          else
+           USE_CONTRIB_TRILINOS=yes
+           DEAL_II_TRILINOS_DIR="$TRILINOS_DIR"
+           AC_MSG_RESULT($DEAL_II_TRILINOS_DIR)
+
+           dnl Make sure that what this is actually correct
+           if test ! -d $DEAL_II_TRILINOS_DIR/include \
+                -o ! -d $DEAL_II_TRILINOS_DIR/lib ; then
+             AC_MSG_ERROR([The path to Trilinos specified in the TRILINOS_DIR environment variable does not point to a complete Trilinos installation])
+           fi
+           DEAL_II_TRILINOS_INCDIR="$DEAL_II_TRILINOS_DIR/include"
+           DEAL_II_TRILINOS_LIBDIR="$DEAL_II_TRILINOS_DIR/lib"
          fi
-         DEAL_II_TRILINOS_INCDIR="$DEAL_II_TRILINOS_DIR/include"
-         DEAL_II_TRILINOS_LIBDIR="$DEAL_II_TRILINOS_DIR/lib"
         else
          USE_CONTRIB_TRILINOS=no
           DEAL_II_TRILINOS_DIR=""

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.