[SCons/Cython] Fix library_dirs to include BLAS/LAPACK directory
This commit is contained in:
parent
ddb8bf8eb8
commit
2de0ae6350
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ def install_module(prefix, python_version):
|
|||
|
||||
|
||||
libDirs = ('../../build/lib', localenv['sundials_libdir'],
|
||||
localenv['boost_lib_dir'])
|
||||
localenv['blas_lapack_dir'], localenv['boost_lib_dir'])
|
||||
localenv['py_cantera_libs'] = repr(localenv['cantera_libs'])
|
||||
localenv['py_libdirs'] = repr([x for x in libDirs if x])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue