From f6c31023454c4bc85e40df964543bfe9a2a5a087 Mon Sep 17 00:00:00 2001 From: Jose Gracia Date: Mon, 1 Jul 2024 09:46:44 -0500 Subject: [PATCH] Allow usage of implicit declarations in mpip and extrae (sigh) --- environments/hlrs/spack.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environments/hlrs/spack.yaml b/environments/hlrs/spack.yaml index 686f6aa..e245deb 100644 --- a/environments/hlrs/spack.yaml +++ b/environments/hlrs/spack.yaml @@ -14,8 +14,9 @@ spack: # - [$%core_compiler] - matrix: - [mpip, extrae] + - ['cflags="-Wno-error=implicit-function-declaration -Wno-error=implicit-int"'] - [^mpi] - - ['%gcc@13.2', '%cce@18.0'] # mpip and extrae fail with implicit function declaration when using %cce -> is it actually using cce? + - ['%gcc@13.2', '%cce@18.0'] view: false concretizer: unify: when_possible