]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
configure even without --without-blas
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Sep 2007 16:01:15 +0000 (16:01 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Sep 2007 16:01:15 +0000 (16:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@15116 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 77e732dc7f875d8a7b0b93939422f62a84a3c81c..0b1b82887ef5c9ed5bc5c4fc3d32b3339398fabb 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 15082 .
+# From configure.in Revision: 15114 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59 for deal.II 6.0.pre.
 #
@@ -12131,7 +12131,7 @@ fi
 
 fi;
 
-if test "x$with_ blas" != "x" -a "x$with_blas" != "xno" ; then
+if test "x$with_blas" != "x" -a "x$with_blas" != "xno" ; then
   echo "$as_me:$LINENO: checking for daxpy_" >&5
 echo $ECHO_N "checking for daxpy_... $ECHO_C" >&6
 if test "${ac_cv_func_daxpy_+set}" = set; then
@@ -12225,8 +12225,8 @@ echo "${ECHO_T}$ac_cv_func_daxpy_" >&6
 if test $ac_cv_func_daxpy_ = yes; then
   :
 else
-  { { echo "$as_me:$LINENO: error: BLAS library not installed correctly" >&5
-echo "$as_me: error: BLAS library not installed correctly" >&2;}
+  { { echo "$as_me:$LINENO: error: BLAS library not installed correctly($with_blas)" >&5
+echo "$as_me: error: BLAS library not installed correctly($with_blas)" >&2;}
    { (exit 1); exit 1; }; }
 fi
 
index 18cd1f0af46aea06ccaa8e940dc5ce8e087d05b1..d6ec3bd5be92641aec21c4175e2ce69fa15fdf46 100644 (file)
@@ -528,8 +528,8 @@ AC_ARG_WITH(lapack,
 
 dnl Finally check if BLAS is really there. We have to do it this way, since
 dnl MAC OSX links BLAS functions in a different way
-if test "x$with_ blas" != "x" -a "x$with_blas" != "xno" ; then
-  AC_CHECK_FUNC(daxpy_,,[AC_MSG_ERROR([BLAS library not installed correctly])])
+if test "x$with_blas" != "x" -a "x$with_blas" != "xno" ; then
+  AC_CHECK_FUNC(daxpy_,,[AC_MSG_ERROR([BLAS library not installed correctly($with_blas)])])
 fi
 
 AC_CHECK_FUNCS([dgemv_ sgemv_ dgeev_ sgeev_ dgeevx_ sgeevx_ dgesvd_ sgesvd_])

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.