Skip to content

Commit

Permalink
rerun windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Sep 28, 2023
1 parent ebbd35a commit 184bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if not omp.found()
endif

# Need lapack via OpenBlas preferably
lapack = dependency('mkl_rt', 'openblas', 'blas', 'lapack', required: true)
lapack = dependency('openblas', 'mkl_rt', 'blas', 'lapack', required: true)

# https://mesonbuild.com/Python-module.html
# Here we differentiate from the python used by meson, py3_command, and that python target, py3_target. This is useful
Expand Down

0 comments on commit 184bbc7

Please sign in to comment.