Changed the default back to the case where Cantera will make its own
lapack and blas libraries.
This commit is contained in:
parent
5588b85589
commit
14463dbdb1
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
|
@ -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
|
||||
#------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue