[Doc] Note that setting blas_lapack_libs does not make Eigen optional
This commit is contained in:
parent
9aa507a098
commit
442433ad37
1 changed files with 2 additions and 1 deletions
|
|
@ -459,7 +459,8 @@ config_options = [
|
|||
Cantera will use Eigen for linear algebra support. To use BLAS
|
||||
and LAPACK, set 'blas_lapack_libs' to the the list of libraries
|
||||
that should be passed to the linker, separated by commas, e.g.,
|
||||
"lapack,blas" or "lapack,f77blas,cblas,atlas".""",
|
||||
"lapack,blas" or "lapack,f77blas,cblas,atlas". Eigen is required
|
||||
whether or not BLAS/LAPACK are used.""",
|
||||
''),
|
||||
PathVariable(
|
||||
'blas_lapack_dir',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue