File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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}."
You can’t perform that action at this time.
0 commit comments