Skip to content

Commit 292f4e6

Browse files
committed
use EESSI_VERSION instead of EESSI_VERSION_DEFAULT
1 parent 4965953 commit 292f4e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

init/eessi_defaults

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# define default values for some EESSI_* environment variables
21
#
32
# This file is part of the EESSI software layer,
43
# see https://github.com/EESSI/software-layer
@@ -23,11 +22,10 @@ if [[ $(uname -m) == "riscv64" ]]; then
2322
echo "For more details about this repository, see https://www.eessi.io/docs/repositories/riscv.eessi.io/."
2423
echo ""
2524
fi
26-
# allow for version suffixes in 2025.06 (e.g. 2025.06-001)
2725
elif [[ "${EESSI_VERSION}" == "2025.06"* ]]; then
2826
export EESSI_CVMFS_REPO="${EESSI_CVMFS_REPO_OVERRIDE:=/cvmfs/dev.eessi.io/riscv}"
29-
export EESSI_COMPAT_LAYER_DIR="/cvmfs/software.eessi.io/versions/${EESSI_VERSION_DEFAULT}/compat/linux/$(uname -m)"
30-
export EESSI_INIT_PREFIX="/cvmfs/software.eessi.io/versions/${EESSI_VERSION_DEFAULT}/init"
27+
export EESSI_COMPAT_LAYER_DIR="/cvmfs/software.eessi.io/versions/${EESSI_VERSION}/compat/linux/$(uname -m)"
28+
export EESSI_INIT_PREFIX="/cvmfs/software.eessi.io/versions/${EESSI_VERSION}/init"
3129
if [[ -z ${EESSI_SILENT+x} ]]; then
3230
echo "This EESSI production version only provides a RISC-V compatibility layer,"
3331
echo "software installations are provided by the EESSI development repository at ${EESSI_CVMFS_REPO}."

0 commit comments

Comments
 (0)