From 158e5ada262dbdea4fb8d6912c1749a2f3bc9f85 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 18 Feb 2026 10:57:25 -0800 Subject: [PATCH 1/4] common modules config: update bacio env vars (no 4/8) --- configs/common/modules_lmod.yaml | 6 ++---- configs/common/modules_tcl.yaml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/configs/common/modules_lmod.yaml b/configs/common/modules_lmod.yaml index d4c09d01a..543647b17 100644 --- a/configs/common/modules_lmod.yaml +++ b/configs/common/modules_lmod.yaml @@ -162,10 +162,8 @@ modules: bacio: environment: set: - 'BACIO_INC4': '{prefix}/include_4' - 'BACIO_INC8': '{prefix}/include_8' - 'BACIO_LIB4': '{prefix}/lib/libbacio_4.a' - 'BACIO_LIB8': '{prefix}/lib/libbacio_8.a' + 'BACIO_INC': '{prefix}/include' + 'BACIO_LIB': '{prefix}/lib/libbacio.a' bufr: environment: set: diff --git a/configs/common/modules_tcl.yaml b/configs/common/modules_tcl.yaml index 2a02f2b47..f74fe8c9d 100644 --- a/configs/common/modules_tcl.yaml +++ b/configs/common/modules_tcl.yaml @@ -181,10 +181,8 @@ modules: bacio: environment: set: - 'BACIO_INC4': '{prefix}/include_4' - 'BACIO_INC8': '{prefix}/include_8' - 'BACIO_LIB4': '{prefix}/lib/libbacio_4.a' - 'BACIO_LIB8': '{prefix}/lib/libbacio_8.a' + 'BACIO_INC': '{prefix}/include' + 'BACIO_LIB': '{prefix}/lib/libbacio.a' bufr: environment: set: From 8bcb538636c9e2f8b134d4f9cd8cb906d2e8db27 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 18 Feb 2026 10:57:52 -0800 Subject: [PATCH 2/4] common modules config: use shared lib for CRTM_LIB --- configs/common/modules_lmod.yaml | 2 +- configs/common/modules_tcl.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/common/modules_lmod.yaml b/configs/common/modules_lmod.yaml index 543647b17..3d2158fb4 100644 --- a/configs/common/modules_lmod.yaml +++ b/configs/common/modules_lmod.yaml @@ -172,7 +172,7 @@ modules: environment: set: 'CRTM_INC': '{prefix}/include' - 'CRTM_LIB': '{prefix}/lib/libcrtm.a' + 'CRTM_LIB': '{prefix}/lib/libcrtm.so' g2tmpl: environment: set: diff --git a/configs/common/modules_tcl.yaml b/configs/common/modules_tcl.yaml index f74fe8c9d..70bd50cd0 100644 --- a/configs/common/modules_tcl.yaml +++ b/configs/common/modules_tcl.yaml @@ -191,7 +191,7 @@ modules: environment: set: 'CRTM_INC': '{prefix}/include' - 'CRTM_LIB': '{prefix}/lib/libcrtm.a' + 'CRTM_LIB': '{prefix}/lib/libcrtm.so' g2tmpl: environment: set: From f2fd16bde3fe5307eaca98f1f828c5c9e6af4ad2 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 18 Feb 2026 12:08:48 -0800 Subject: [PATCH 3/4] Update BACIO_LIB path to use lib64 directory --- configs/common/modules_lmod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common/modules_lmod.yaml b/configs/common/modules_lmod.yaml index 3d2158fb4..9db804701 100644 --- a/configs/common/modules_lmod.yaml +++ b/configs/common/modules_lmod.yaml @@ -163,7 +163,7 @@ modules: environment: set: 'BACIO_INC': '{prefix}/include' - 'BACIO_LIB': '{prefix}/lib/libbacio.a' + 'BACIO_LIB': '{prefix}/lib64/libbacio.a' bufr: environment: set: From 2e6365e5af9e8e7cf3d0b60e08c506ce4ec39944 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 18 Feb 2026 12:09:15 -0800 Subject: [PATCH 4/4] Update BACIO_LIB path to use lib64 directory --- configs/common/modules_tcl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/common/modules_tcl.yaml b/configs/common/modules_tcl.yaml index 70bd50cd0..f1934f050 100644 --- a/configs/common/modules_tcl.yaml +++ b/configs/common/modules_tcl.yaml @@ -182,7 +182,7 @@ modules: environment: set: 'BACIO_INC': '{prefix}/include' - 'BACIO_LIB': '{prefix}/lib/libbacio.a' + 'BACIO_LIB': '{prefix}/lib64/libbacio.a' bufr: environment: set: