From b1f58b3051c76bf7cc2c7d552be647ac3a2eaf17 Mon Sep 17 00:00:00 2001 From: Daniel Brandenburg Date: Tue, 25 Oct 2022 11:08:27 -0400 Subject: [PATCH] Add scripts to load dependency packages via Environment Modules (#409) This PR provides 2 configs to load spack library versions: 0.2.3 (32b & 64b) I have not added scripts for root 6 variants yet as I do not think these are used by anyone. If I understand correctly, these will become usable with, e.g.: ```sh starver v0.2.3-rhel7-root5.34.38-32b ``` OR ```sh starver v0.2.3-rhel7-root5.34.38-64b ``` Closes #359 Co-authored-by: Daniel Brandenburg Co-authored-by: Dmitri Smirnov --- mgr/config/v0.2.3-rhel7-root5.34.38-32b.config | 2 ++ mgr/config/v0.2.3-rhel7-root5.34.38-64b.config | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 mgr/config/v0.2.3-rhel7-root5.34.38-32b.config create mode 100644 mgr/config/v0.2.3-rhel7-root5.34.38-64b.config diff --git a/mgr/config/v0.2.3-rhel7-root5.34.38-32b.config b/mgr/config/v0.2.3-rhel7-root5.34.38-32b.config new file mode 100644 index 00000000000..6ce81ed89a8 --- /dev/null +++ b/mgr/config/v0.2.3-rhel7-root5.34.38-32b.config @@ -0,0 +1,2 @@ +module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/ +module load star-env-0.2.3-root-5.34.38 diff --git a/mgr/config/v0.2.3-rhel7-root5.34.38-64b.config b/mgr/config/v0.2.3-rhel7-root5.34.38-64b.config new file mode 100644 index 00000000000..978ea575f2c --- /dev/null +++ b/mgr/config/v0.2.3-rhel7-root5.34.38-64b.config @@ -0,0 +1,2 @@ +module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/ +module load star-env-0.2.3-root-5.34.38