From 14463dbdb1981e0cc40679559762dff15be42bc4 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 26 Aug 2005 16:28:39 +0000 Subject: [PATCH] Changed the default back to the case where Cantera will make its own lapack and blas libraries. --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 7ff749a5e..1fe971981 100755 --- a/configure +++ b/configure @@ -229,7 +229,7 @@ ENABLE_TPX='y' # (The settings shown here are appropriate if you are using the ATLAS # libraries.) # -BLAS_LAPACK_LIBS='-llapack -lblas' +#BLAS_LAPACK_LIBS='-llapack -lblas' #'-llapack -lf77blas -lcblas -latlas' #BLAS_LAPACK_DIR='/usr/lib' # @@ -247,7 +247,6 @@ LAPACK_FTN_TRAILING_UNDERSCORE='y' # Currently this must be set to 'y'. LAPACK_FTN_STRING_LEN_AT_END='y' - #------------------------------------------------------------------ # C++ compiler options #------------------------------------------------------------------