]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Blacklist 10.8.[01].
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Oct 2011 18:36:03 +0000 (18:36 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 6 Oct 2011 18:36:03 +0000 (18:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@24537 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4
deal.II/configure

index 2ed26789ca33f116f31f699f08de9565e50bd7b2..7fd9c6d0c1e5ca28af4a7f265e0ae5d7cf62b4dd 100644 (file)
@@ -6344,9 +6344,17 @@ AC_DEFUN(DEAL_II_CONFIGURE_TRILINOS_VERSION, dnl
   dnl for example
   dnl   https://software.sandia.gov/bugzilla/show_bug.cgi?id=5062
   dnl   https://software.sandia.gov/bugzilla/show_bug.cgi?id=5319
+  dnl The same is unfortunately true for 10.8.[01]:
+  dnl   https://software.sandia.gov/bugzilla/show_bug.cgi?id=5370
   if test "$DEAL_II_TRILINOS_VERSION_MAJOR" = 10 -a "$DEAL_II_TRILINOS_VERSION_MINOR" = 6 ; then
     AC_MSG_ERROR([Trilinos versions 10.6.x have bugs that make it incompatible
-                  with deal.II. Please use versions before or after 10.6.x.])
+                  with deal.II. Please use versions before 10.6 or after 10.8.1.])
+  fi
+  if test "$DEAL_II_TRILINOS_VERSION_MAJOR" = 10 \
+       -a "$DEAL_II_TRILINOS_VERSION_MINOR" = 8  \
+       -a "$DEAL_II_TRILINOS_VERSION_SUBMINOR" -lt 2 ; then
+    AC_MSG_ERROR([Trilinos versions 10.8.0 and 10.8.1 have bugs that make it incompatible
+                  with deal.II. Please use versions before 10.6 or after 10.8.1.])
   fi
 
   AC_SUBST(DEAL_II_TRILINOS_VERSION_MAJOR)
index efdc939daab450b32a7106514243a66ce3842c53..8c792b8ebac650556191c88f0feb958efc022406 100755 (executable)
@@ -10707,9 +10707,15 @@ $as_echo "$DEAL_II_TRILINOS_VERSION_MAJOR.$DEAL_II_TRILINOS_VERSION_MINOR.$DEAL_
     as_fn_error $? "Trilinos versions prior to 10.0 are no longer supported with deal.II." "$LINENO" 5
   fi
 
-          if test "$DEAL_II_TRILINOS_VERSION_MAJOR" = 10 -a "$DEAL_II_TRILINOS_VERSION_MINOR" = 6 ; then
+              if test "$DEAL_II_TRILINOS_VERSION_MAJOR" = 10 -a "$DEAL_II_TRILINOS_VERSION_MINOR" = 6 ; then
     as_fn_error $? "Trilinos versions 10.6.x have bugs that make it incompatible
-                  with deal.II. Please use versions before or after 10.6.x." "$LINENO" 5
+                  with deal.II. Please use versions before 10.6 or after 10.8.1." "$LINENO" 5
+  fi
+  if test "$DEAL_II_TRILINOS_VERSION_MAJOR" = 10 \
+       -a "$DEAL_II_TRILINOS_VERSION_MINOR" = 8  \
+       -a "$DEAL_II_TRILINOS_VERSION_SUBMINOR" -lt 2 ; then
+    as_fn_error $? "Trilinos versions 10.8.0 and 10.8.1 have bugs that make it incompatible
+                  with deal.II. Please use versions before 10.6 or after 10.8.1." "$LINENO" 5
   fi
 
 

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.