We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e322646 commit 4965953Copy full SHA for 4965953
init/eessi_defaults
@@ -23,6 +23,7 @@ if [[ $(uname -m) == "riscv64" ]]; then
23
echo "For more details about this repository, see https://www.eessi.io/docs/repositories/riscv.eessi.io/."
24
echo ""
25
fi
26
+ # allow for version suffixes in 2025.06 (e.g. 2025.06-001)
27
elif [[ "${EESSI_VERSION}" == "2025.06"* ]]; then
28
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)"
0 commit comments