Skip to content

Commit

Permalink
Merge pull request #45 from poksumdo/nessi.no-2022.11-Java-17
Browse files Browse the repository at this point in the history
NESSI.NO 2022.11 - Build Java only
  • Loading branch information
trz42 authored Nov 16, 2022
2 parents da56eab + eb00e1d commit ee3a857
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 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
14 changes: 7 additions & 7 deletions nessi.no/pilot.nessi.no.pub
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlPvj6cGKY/IH58gCJaQa
SqlJh1JqmNwjhwVQwUCW4VhGhKc7zX3rbDCRge4UOGNXb6/WTBipz8S3lGJ20O6m
1fE+SlujCib269oPRh2Mxd9ZYwjXB29+lVWT6s/L6QxMg4lCUQ83Kz6/sV1KycDF
myDxT0S/xgJ8n94eBCM5hxrrPoAAHChcyy403EIPhUN6zdskZq/qA83sm21PiYjq
NQhzWagLOnbJvXjKApyIfcg10P5pGCN5mROWIoerW34lpPmEgezFQpJE4re5JMzM
xQCbwYFydVPgVWJ+CmJZKG7dxirox6vbO3ukWMGUFfv9tQ+TmlZfl8fq8mHGdtIW
LQIDAQAB
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2fCoxTEM5bJoOv6/JYl3
FuzcA5J0Dj6MTE2ltaNqpWNnscaPUZVNiXkPgUSepxx6Om12i6b7lHW2q7Vs3ua0
X+CWqccAQ1VUIh/bI33YG+6KsIYHJhDgU653aqodVo5O2Ei+DOZqwin9MQZ1+XDz
Vvfh3nEOq+z8XROIbXeBBzGgjSiXt+RWUh8WzKmaJamekPPFJQTkAO7XiSzlK9l7
OVRmsO0cswKIr0qoTk34o/JOMq75uxsqartoERw6Qw5qGxbTs7NduFTW/FaZgEiQ
UT5djm4zu+fCkivsIZOil4hfvCTVdcCq3z8L3UOhLLE2IbkPzebNo+a65DRDe+zf
7wIDAQAB
-----END PUBLIC KEY-----

0 comments on commit ee3a857

Please sign in to comment.