diff --git a/pycvodes/_config.py b/pycvodes/_config.py index b10244d9..f113c765 100644 --- a/pycvodes/_config.py +++ b/pycvodes/_config.py @@ -32,7 +32,7 @@ def _compiles_ok(codestring): (os.environ.get('CPLUS_INCLUDE_PATH', ''), _spgmr_out)) env = { - 'LAPACK': 'lapack', + 'LAPACK': 'blas,lapack', 'SUNDIALS_LIBS': 'sundials_cvodes,sundials_nvecserial' + ( ',sundials_sunlinsollapackdense,sundials_sunlinsollapackband' if _sun3 else '' ),