From 3932e4713606d1c2960e803c8fdcc8b9a6874858 Mon Sep 17 00:00:00 2001 From: mjr-deltares <45555666+mjr-deltares@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:56:08 +0100 Subject: [PATCH] fix(build): set meson version (#1533) parallel build fails on Ubuntu with latest meson 1.3.1 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 5b3aab00b24..0797fda1681 100644 --- a/environment.yml +++ b/environment.yml @@ -12,7 +12,7 @@ dependencies: - fortran-language-server - jupytext - matplotlib - - meson>=1.1.0 + - meson=1.3.0 - ninja - numpy - pyshp