Skip to content

Commit

Permalink
remove some lua files from broadwell /cvmfs before building
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 25, 2023
1 parent 1956414 commit b959571
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,15 @@ for easystack_file in $(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[

${EB} --show-config

echo "################################################################################"
echo "#### SHOW ENV"
env | sort
echo "################################################################################"
echo "Removing some lua files to trigger rebuilding packages"
rm /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/intel/broadwell/modules/all/jbigkit/2.1-GCCcore-11.3.0.lua
rm /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/intel/broadwell/modules/all/NASM/2.15.05-GCCcore-11.3.0.lua
rm /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/intel/broadwell/modules/all/libjpeg-turbo/2.1.3-GCCcore-11.3.0.lua
rm /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/intel/broadwell/modules/all/libdeflate/1.10-GCCcore-11.3.0.lua
rm /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/intel/broadwell/modules/all/gzip/1.12-GCCcore-11.3.0.lua
rm /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/intel/broadwell/modules/all/lz4/1.9.3-GCCcore-11.3.0.lua
rm /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/intel/broadwell/modules/all/zstd/1.5.2-GCCcore-11.3.0.lua
rm /cvmfs/pilot.nessi.no/versions/2023.06/software/linux/x86_64/intel/broadwell/modules/all/LibTIFF/4.3.0-GCCcore-11.3.0.lua

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

Expand All @@ -213,9 +218,6 @@ for easystack_file in $(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[
${EB} --easystack ${TOPDIR}/${easystack_file} --robot
ec=$?

${EB} --easystack ${TOPDIR}/${easystack_file} --robot
ec=$?

# copy EasyBuild log file if EasyBuild exited with an error
if [ ${ec} -ne 0 ]; then
eb_last_log=$(unset EB_VERBOSE; eb --last-log)
Expand Down

0 comments on commit b959571

Please sign in to comment.