Skip to content

Commit

Permalink
try older meson
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Sep 28, 2023
1 parent b5a486c commit 72e281a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ channels:

dependencies:
- openblas
- mkl
- libopenblas
- libblas
- liblapack
- openmp
- meson
- meson<1.2
- ninja
- numpy
- pip
Expand Down
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ if not omp.found()
endif

# Need lapack via OpenBlas preferably
#lapack = dependency('mkl', 'openblas', 'libflame', 'accelerate', 'atlas', 'netlib', required: true)
lapack = fc.find_library('openblas')
lapack = dependency('openblas', 'mkl', 'libflame', 'accelerate', 'atlas', 'netlib', 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 72e281a

Please sign in to comment.