Skip to content

Commit 0f68c2c

Browse files
authored
build: meson version downgrade (#2493)
* build: meson downgrade fromm 1.7.1 to 1.31 for hpc systems * add meson version change to environment.yml * set pixi.toml and environment.yml to use latest version of meson
1 parent 0ead0bc commit 0f68c2c

File tree

4 files changed

+716
-2194
lines changed

4 files changed

+716
-2194
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- Jinja2>=3.1.5,<4
2020
- jupytext
2121
- matplotlib
22-
- meson=1.7.1
22+
- meson>=1.3.1
2323
- modflow-devtools==1.7.0
2424
- ninja
2525
- numpy

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
'fortran',
44
version: '6.7.0.dev2',
55
license: 'CC0',
6-
meson_version: '>= 1.7.1',
6+
meson_version: '>= 1.3.1',
77
default_options : [
88
'b_vscrt=static_from_buildtype', # Link runtime libraries statically on Windows
99
'buildtype=release',

0 commit comments

Comments
 (0)