From 35e2e30b2c0841c13ade0a25d1af4a3ef822615d Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 3 May 2023 17:41:13 +0200
Subject: [PATCH] [eve] Updated to toolchain 2022b.

Serial config working.
---
 scripts/env/eve/cli.sh | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/scripts/env/eve/cli.sh b/scripts/env/eve/cli.sh
index cf26b975e41..78384710af7 100644
--- a/scripts/env/eve/cli.sh
+++ b/scripts/env/eve/cli.sh
@@ -1,17 +1,12 @@
-if [ ! -f ~/.easybuild-yes ]; then
-    echo "ERROR: Easybuild modules not enabled but required!\n"
-    echo "Run 'touch ~/.easybuild-yes' and re-login to enable."
-    echo "For more details see:\n  https://www.opengeosys.org/docs/devguide/advanced/working-on-eve"
-    return 1
-fi
+export CMAKE_BUILD_PARALLEL_LEVEL="${CMAKE_BUILD_PARALLEL_LEVEL:-8}"
 
 module use /global/apps/modulefiles
 
-module load foss/2020b
+module load foss/2022b
 module load cmake/3.22.4-1
-module load Ninja/1.10.1
+module load Ninja/1.11.1
 
 # Tools
 module load ccache/3.3.3
 module load git-lfs
-module load Python/3.8.6
+module load Python/3.10.8
-- 
GitLab