From d0acbdcb35c454c277b075795dbe38854ff58c40 Mon Sep 17 00:00:00 2001 From: Sushma Yellapragada Date: Mon, 2 Mar 2026 17:01:37 -0600 Subject: [PATCH 1/2] Update spack.yaml to comment out gcc-runtime Comment out gcc-runtime section due to missing libgcc_s.so.1 --- scripts/spack_configs/pine/spack.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/spack_configs/pine/spack.yaml b/scripts/spack_configs/pine/spack.yaml index 3941d5dc..da1b6a36 100644 --- a/scripts/spack_configs/pine/spack.yaml +++ b/scripts/spack_configs/pine/spack.yaml @@ -1,7 +1,7 @@ # This is a Spack Environment file for Pine (Spack 1.0.2) # Run command from the top-level of the repository: # ./scripts/uberenv/uberenv.py \ -# --spec "~openmp~pygeosx~docs" \ +# --spec "~openmp~pygeosx~docs %gcc-11" \ # --spack-env-file=scripts/spack_configs/pine/spack.yaml \ # --project-json=.uberenv_config.json \ # --prefix ${GEOS_TPL_DIR} @@ -78,11 +78,12 @@ spack: extra_rpaths: [] buildable: false - gcc-runtime: - buildable: false - externals: - - spec: gcc-runtime@11.4.1 - prefix: /usr/lib/gcc/x86_64-redhat-linux/11 + # libgcc_s.so.1 is missing in this directory so removing it for now + #gcc-runtime: + # buildable: false + # externals: + # - spec: gcc-runtime@11.4.1 + # prefix: /usr/lib/gcc/x86_64-redhat-linux/11 gmp: externals: From 9c99fe0997d206c0b57489433e2b7a25bb89e41e Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Tue, 3 Mar 2026 12:25:11 -0800 Subject: [PATCH 2/2] Update scripts/spack_configs/pine/spack.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/spack_configs/pine/spack.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/spack_configs/pine/spack.yaml b/scripts/spack_configs/pine/spack.yaml index da1b6a36..6141aec7 100644 --- a/scripts/spack_configs/pine/spack.yaml +++ b/scripts/spack_configs/pine/spack.yaml @@ -78,12 +78,12 @@ spack: extra_rpaths: [] buildable: false - # libgcc_s.so.1 is missing in this directory so removing it for now - #gcc-runtime: - # buildable: false - # externals: - # - spec: gcc-runtime@11.4.1 - # prefix: /usr/lib/gcc/x86_64-redhat-linux/11 + # libgcc_s.so.1 is missing in /usr/lib/gcc/x86_64-redhat-linux/11 so removing it for now + # gcc-runtime: + # buildable: false + # externals: + # - spec: gcc-runtime@11.4.1 + # prefix: /usr/lib/gcc/x86_64-redhat-linux/11 gmp: externals: