From ff3e28173ced174e10c5805dabc88bea4b7a4135 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Fri, 9 Apr 2021 16:02:54 +0200 Subject: [PATCH] update install script for EasyBuild v4.3.4 --- EESSI-pilot-install-software.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EESSI-pilot-install-software.sh b/EESSI-pilot-install-software.sh index fb78faaeeb..088c7bda18 100755 --- a/EESSI-pilot-install-software.sh +++ b/EESSI-pilot-install-software.sh @@ -172,7 +172,7 @@ else fi fi -REQ_EB_VERSION='4.3.3' +REQ_EB_VERSION='4.3.4' echo ">> Loading EasyBuild module..." module load EasyBuild eb_show_system_info_out=${TMPDIR}/eb_show_system_info.out @@ -307,7 +307,7 @@ echo ">> Installing ReFrame 3.5.1 ..." ok_msg="ReFrame installed, enjoy!" fail_msg="Installation of ReFrame failed, that's a bit strange..." # note: newer PythonPackage easyblock required to ensure auto-download of sources works -$EB --from-pr 12511 ReFrame-3.5.1.eb --robot --include-easyblocks-from-pr 2370 +$EB ReFrame-3.5.1.eb --robot check_exit_code $? "${ok_msg}" "${fail_msg}" echo ">> Installing RStudio-Server 1.3.1093..."