]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Trilinos requires blas and lapack.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 4 Mar 2008 21:08:56 +0000 (21:08 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 4 Mar 2008 21:08:56 +0000 (21:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@15849 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index b9f62a4ac62247b7bff4f5c9718d3431abc0906f..74f8ddffad8231486e819d0638bd83a3f07bfd96 100755 (executable)
@@ -11849,6 +11849,22 @@ if test "x$with_petsc" != "x" -a "x$with_petsc" != "xno" ; then
 fi
 
 
+if test "x$with_trilinos" != "x" -a "x$with_trilinos" != "xno" ; then
+  if test "x$enableshared" = "xno" ; then
+    if test "x$with_blas" = "x" -o "x$with_blas" = "xno"; then
+      with_blas="yes"
+    fi
+    if test "x$with_lapack" = "x" -o "x$with_lapack" = "xno"; then
+      with_lapack="yes"
+    fi
+  fi
+fi
+
+
+
+
+
+
 
 # Check whether --with-blas was given.
 if test "${with_blas+set}" = set; then
index 25f59d8e4064f57577dcbb7549bc6795c08b04ac..3b4438ac37cc935e97887e9464c4dc4ba84b4873 100644 (file)
@@ -455,6 +455,23 @@ if test "x$with_petsc" != "x" -a "x$with_petsc" != "xno" ; then
   esac
 fi
 
+
+dnl The same holds for Trilinos, which needs not only BLAS but also LAPACK
+if test "x$with_trilinos" != "x" -a "x$with_trilinos" != "xno" ; then
+  if test "x$enableshared" = "xno" ; then
+    if test "x$with_blas" = "x" -o "x$with_blas" = "xno"; then
+      with_blas="yes"
+    fi
+    if test "x$with_lapack" = "x" -o "x$with_lapack" = "xno"; then
+      with_lapack="yes"
+    fi
+  fi
+fi
+
+
+
+
+
 dnl -------------------------------------------------------------
 dnl Actually include libraries here. Check for the libraries
 dnl    requiring FORTRAN support first.

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.