Skip to content

Commit 835d2c3

Browse files
authored
alternative approach: copy files unconditionally
1 parent 5729387 commit 835d2c3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

EESSI-install-software.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export PR_DIFF="$PWD/$pr_diff"
214214
if [[ -z ${EESSI_DEV_PROJECT} ]]; then
215215
${TOPDIR}/install_scripts.sh --prefix ${EESSI_CVMFS_REPO}/versions/${EESSI_VERSION} --eessi-version ${EESSI_VERSION}
216216
fi
217+
${TOPDIR}/install_scripts.sh --prefix /cvmfs/software.eessi.io/versions/2025.06 --eessi-version 2025.06
217218

218219
# Make sure we start with no modules and clean $MODULEPATH
219220
echo ">> Setting up \$MODULEPATH..."
@@ -396,8 +397,6 @@ else
396397
# load EasyBuild module (will be installed if it's not available yet)
397398
source ${TOPDIR}/load_easybuild_module.sh ${eb_version}
398399

399-
export EASYBUILD_HOOKS=$TOPDIR/eb_hooks.py
400-
401400
${EB} --show-config
402401

403402
echo_green "All set, let's start installing some software with EasyBuild v${eb_version} in ${EASYBUILD_INSTALLPATH}..."

0 commit comments

Comments
 (0)