From d5a01673e82bdf535bfe112a806f72e8d4cebb52 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Sat, 25 Aug 2007 19:09:35 +0000 Subject: [PATCH] remove abort when blas not found; this is needed until a better solution for MAC was found git-svn-id: https://svn.dealii.org/trunk@15044 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 3 +-- deal.II/configure | 26 -------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index d89b7094ef..352630c490 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -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 ]) diff --git a/deal.II/configure b/deal.II/configure index 926b893fb2..c90c584155 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -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 - ( is the GNU F77 support library, 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 - ( is the GNU F77 support library, 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" -- 2.39.5