]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove abort when blas not found; this is needed until a better solution for MAC...
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Aug 2007 19:09:35 +0000 (19:09 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Aug 2007 19:09:35 +0000 (19:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@15044 0785d39b-7218-0410-832d-ea1e28bc413d

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

index d89b7094ef143780ab4dcb0e5c0c882a5acd1e5a..352630c4901fc7d0569af7844d51b45b1ae001d3 100644 (file)
@@ -5298,8 +5298,7 @@ AC_DEFUN(DEAL_II_WITH_BLAS, dnl
                  [ 
                    LIBS="-l$blas $LIBS"
                    AC_DEFINE(HAVE_LIBBLAS)
-                 ],
-                 [ABORT_BLAS_ON_ERROR($blas)],$F77LIBS)
+                 ],,$F77LIBS)
     AC_SUBST(NEEDS_F77LIBS, "yes")
   fi
 ])
index 926b893fb2edef0cc167f129e4a230e6bfe8efb8..c90c5841551b2dc98c83a12108747c22fc5ebd4b 100755 (executable)
@@ -11177,32 +11177,6 @@ if test `eval echo '${'$as_ac_Lib'}'` = yes; then
 _ACEOF
 
 
-else
-
-  { { echo "$as_me:$LINENO: error: Configuring BLAS library failed although it was requested.
-  Most common is one of the following reasons:
-    1. A library with name lib$blas.a or lib$blas.so is not in your library path.
-    2. Neither -lgfortran nor -lg2c is in \$F77LIBS.
-    3. BLAS requires -lg2c, but only -lgfortran was found.
-    4. BLAS requires -lgfortran, but only -lg2c was found.
-
-  In cases 2-4, you may not have the right version of GNU FORTRAN installed
-  (<g2c> is the GNU F77 support library, <gfortran> the library for the
-  GNU Fortran95 compiler shipped since gcc 4.0) or BLAS has to be recompiled.
-" >&5
-echo "$as_me: error: Configuring BLAS library failed although it was requested.
-  Most common is one of the following reasons:
-    1. A library with name lib$blas.a or lib$blas.so is not in your library path.
-    2. Neither -lgfortran nor -lg2c is in \$F77LIBS.
-    3. BLAS requires -lg2c, but only -lgfortran was found.
-    4. BLAS requires -lgfortran, but only -lg2c was found.
-
-  In cases 2-4, you may not have the right version of GNU FORTRAN installed
-  (<g2c> is the GNU F77 support library, <gfortran> the library for the
-  GNU Fortran95 compiler shipped since gcc 4.0) or BLAS has to be recompiled.
-" >&2;}
-   { (exit 1); exit 1; }; }
-
 fi
 
     NEEDS_F77LIBS="yes"

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.