Skip to content

Commit

Permalink
Changed dep from openblas to blas/lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
loiseaujc committed Feb 9, 2024
1 parent cf51015 commit 28424fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ auto-executables = true
auto-tests = true
auto-examples = true
module-naming = false
link = ["openblas"]
link = ["blas", "lapack"]

[install]
library = true
Expand Down

0 comments on commit 28424fd

Please sign in to comment.