Skip to content

Commit

Permalink
add blas to link libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Feb 4, 2018
1 parent 8f1eab7 commit cd68f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycvodes/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''
),
Expand Down

0 comments on commit cd68f42

Please sign in to comment.