Skip to content

Commit

Permalink
{2023.06}[foss/2022a] add PROJ v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 25, 2023
1 parent 0b4ce66 commit f031b87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ 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
2 changes: 2 additions & 0 deletions eessi-2023.06-eb-4.8.1-2022a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ easyconfigs:
options:
download-timeout: 1000
- ASE-3.22.1-foss-2022a.eb
- PROJ-9.0.0-GCCcore-11.3.0.eb
- PROJ-9.0.0-GCCcore-11.3.0.eb

0 comments on commit f031b87

Please sign in to comment.