]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
For PETSC and static linking use default blas only if no blas lib was given to -...
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jul 2006 12:19:59 +0000 (12:19 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 11 Jul 2006 12:19:59 +0000 (12:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@13353 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 76cab4f55dd82ea3c5af549f121686e0b90dd966..a95f4b0e688749c9d609ee6399ad09fa0a209550 100755 (executable)
@@ -10754,7 +10754,9 @@ fi
 
 if test "x$with_petsc" != "x" ; then
   if test "x$enableshared" = "xno" ; then
-    with_blas="yes"
+    if test "x$with_blas" = "x" ; then
+      with_blas="yes"
+    fi
   fi
 fi
 
index bd8c9bb787ccc7d0da2ac0c5acc1aa6f931a571b..5d2ee1bfcc195214018b7abc0da0fa7e42377006 100644 (file)
@@ -430,7 +430,9 @@ dnl linker line (if we use shared libs, then the PETSc libs already carry this
 dnl dependence, but static archives do not have a method to list dependencies)
 if test "x$with_petsc" != "x" ; then
   if test "x$enableshared" = "xno" ; then
-    with_blas="yes"
+    if test "x$with_blas" = "x" ; then
+      with_blas="yes"
+    fi
   fi
 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.