]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't include -lblas in LDFLAGS when building with petsc in static mode. The reason...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 May 2005 16:32:08 +0000 (16:32 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 2 May 2005 16:32:08 +0000 (16:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@10592 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 7e28ac96589ac101493959241985998bea202a00..263acb55eb16cbc65469903387de34a89aff4174 100644 (file)
@@ -4406,14 +4406,6 @@ AC_DEFUN(DEAL_II_CONFIGURE_PETSC, dnl
     dnl defining the string "DEAL_II_USE_PETSC" for the preprocessor. If
     dnl we don't have no PETSc, then it does not define this string.
     DEAL_II_DEFINE_DEAL_II_USE_PETSC=DEAL_II_USE_PETSC
-
-    dnl If we are linking with static libraries, then we will have to add
-    dnl BLAS to the linker line for PETSc. Note that this is not necessary
-    dnl for shared libs, since they should already come with this reference
-    dnl built in.
-    if test "x$enableshared" = "xno" ; then
-      LDFLAGS="$LDFLAGS -lblas"
-    fi
   fi
 
 
index 3e03c0384b49f29864ea2096a9a35fe4735153c5..a2bd17e7c240d0711e9de025c65f7a6915b61add 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.200 .
+# From configure.in Revision: 1.201 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -9291,10 +9291,6 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
                         DEAL_II_DEFINE_DEAL_II_USE_PETSC=DEAL_II_USE_PETSC
-
-                    if test "x$enableshared" = "xno" ; then
-      LDFLAGS="$LDFLAGS -lblas"
-    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.