Skip to content

Commit

Permalink
feat: upgrade environment to [email protected] (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos authored Sep 28, 2023
1 parent 1d76e83 commit 3714f3d
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG starenv=root5
# Pick one from [gcc485, gcc11]
ARG compiler=gcc485

FROM ghcr.io/star-bnl/star-spack:v0.2.3-${starenv}-${compiler}
FROM ghcr.io/star-bnl/star-spack:v0.3.0-${starenv}-${compiler}

ARG compiler

Expand Down
16 changes: 16 additions & 0 deletions mgr/config/v0.3.0-rhel7-root5.34.38.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env csh

# this is in place of buggy `module clear` (module VERSION=3.2.10 DATE=2012-12-21)
unsetenv _LMFILES_*

if ( $USE_64BITS == 1 ) then
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
else
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
endif

module load star-env-0.3.0-root-5.34.38
16 changes: 16 additions & 0 deletions mgr/config/v0.3.0-rhel7-root6.16.00.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env csh

# this is in place of buggy `module clear` (module VERSION=3.2.10 DATE=2012-12-21)
unsetenv _LMFILES_*

if ( $USE_64BITS == 1 ) then
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
else
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
endif

module load star-env-0.3.0-root-6.16.00
16 changes: 16 additions & 0 deletions mgr/config/v0.3.0-rhel7-root6.24.06.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env csh

# this is in place of buggy `module clear` (module VERSION=3.2.10 DATE=2012-12-21)
unsetenv _LMFILES_*

if ( $USE_64BITS == 1 ) then
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
else
module purge
module unuse /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86_64/
module use /cvmfs/star.sdcc.bnl.gov/star-spack/spack/share/spack/modules/linux-rhel7-x86/
endif

module load star-env-0.3.0-root-6.24.06

0 comments on commit 3714f3d

Please sign in to comment.