Skip to content

Commit

Permalink
Add scripts to load dependency packages via Environment Modules (#409)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Dmitri Smirnov <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2022
1 parent 4a9276f commit b1f58b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mgr/config/v0.2.3-rhel7-root5.34.38-32b.config
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions mgr/config/v0.2.3-rhel7-root5.34.38-64b.config
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b1f58b3

Please sign in to comment.