Skip to content

Commit 4965953

Browse files
committed
add comment about version suffixes
1 parent e322646 commit 4965953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/eessi_defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if [[ $(uname -m) == "riscv64" ]]; then
2323
echo "For more details about this repository, see https://www.eessi.io/docs/repositories/riscv.eessi.io/."
2424
echo ""
2525
fi
26+
# allow for version suffixes in 2025.06 (e.g. 2025.06-001)
2627
elif [[ "${EESSI_VERSION}" == "2025.06"* ]]; then
2728
export EESSI_CVMFS_REPO="${EESSI_CVMFS_REPO_OVERRIDE:=/cvmfs/dev.eessi.io/riscv}"
2829
export EESSI_COMPAT_LAYER_DIR="/cvmfs/software.eessi.io/versions/${EESSI_VERSION_DEFAULT}/compat/linux/$(uname -m)"

0 commit comments

Comments
 (0)