Changed the default back to the case where Cantera will make its own

lapack and blas libraries.
This commit is contained in:
Harry Moffat 2005-08-26 16:28:39 +00:00
parent 5588b85589
commit 14463dbdb1

3
configure vendored
View file

@ -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
#------------------------------------------------------------------