Skip to content

Commit

Permalink
Merge pull request #46 from poksumdo/nessi.no-2022.11-GCC-9.3.0_10.3.0
Browse files Browse the repository at this point in the history
Add GCC 9.3.0 & 10.3.0 to NESSI.NO 2022.11

All done and ingested 🎉
  • Loading branch information
trz42 authored Nov 21, 2022
2 parents ee3a857 + 3684c38 commit 33f97b3
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,25 +201,25 @@ fail_msg="Failed to install Java, woopsie..."
$EB Java-17.eb --robot --include-easyblocks-from-pr 2557
check_exit_code $? "${ok_msg}" "${fail_msg}"

## install GCC for foss/2020a
#export GCC_EC="GCC-9.3.0.eb"
#echo ">> Starting slow with ${GCC_EC}..."
#ok_msg="${GCC_EC} installed, yippy! Off to a good start..."
#fail_msg="Installation of ${GCC_EC} failed!"
## pull in easyconfig from https://github.com/easybuilders/easybuild-easyconfigs/pull/14453,
## which includes patch to fix build of GCC 9.3 when recent kernel headers are in place
##$EB ${GCC_EC} --robot --from-pr 14453 GCCcore-9.3.0.eb
#$EB ${GCC_EC} --robot
#check_exit_code $? "${ok_msg}" "${fail_msg}"
#
## install GCC for foss/2021a
#export GCC_EC="GCC-10.3.0.eb"
#echo ">> Continuing with ${GCC_EC}..."
#ok_msg="${GCC_EC} installed too, yippy! Off to a good start..."
#fail_msg="Installation of ${GCC_EC} failed!"
#$EB ${GCC_EC} --robot
#check_exit_code $? "${ok_msg}" "${fail_msg}"
#
# install GCC for foss/2020a
export GCC_EC="GCC-9.3.0.eb"
echo ">> Starting slow with ${GCC_EC}..."
ok_msg="${GCC_EC} installed, yippy! Off to a good start..."
fail_msg="Installation of ${GCC_EC} failed!"
# pull in easyconfig from https://github.com/easybuilders/easybuild-easyconfigs/pull/14453,
# which includes patch to fix build of GCC 9.3 when recent kernel headers are in place
#$EB ${GCC_EC} --robot --from-pr 14453 GCCcore-9.3.0.eb
$EB ${GCC_EC} --robot
check_exit_code $? "${ok_msg}" "${fail_msg}"

# install GCC for foss/2021a
export GCC_EC="GCC-10.3.0.eb"
echo ">> Continuing with ${GCC_EC}..."
ok_msg="${GCC_EC} installed too, yippy! Off to a good start..."
fail_msg="Installation of ${GCC_EC} failed!"
$EB ${GCC_EC} --robot
check_exit_code $? "${ok_msg}" "${fail_msg}"

## install CMake with custom easyblock that patches CMake when --sysroot is used
#echo ">> Install CMake with fixed easyblock to take into account --sysroot"
#ok_msg="CMake installed!"
Expand Down

0 comments on commit 33f97b3

Please sign in to comment.