From df19ac0581ca8dd8f30090ee7556abb40c86fbf0 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sun, 29 Oct 2023 22:22:20 +0100 Subject: [PATCH] bigdft - work around issue with ntpoly 3.0.0 --- tools/jenkins/ci-bigdft.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/jenkins/ci-bigdft.sh b/tools/jenkins/ci-bigdft.sh index 29673a7af0..856c20c6fa 100755 --- a/tools/jenkins/ci-bigdft.sh +++ b/tools/jenkins/ci-bigdft.sh @@ -22,6 +22,9 @@ export PATH=$PWD/simgrid-dev/smpi_script/bin/:$PATH export LD_LIBRARY_PATH=$PWD/simgrid-dev/lib/:$LD_LIBRARY_PATH export JHBUILD_RUN_AS_ROOT=1 +#workaround issue with ntpoly 3.0.0 +sed -i 's|repository type="tarball" name="ntpoly" href="https://github.com/william-dawson/NTPoly/archive/"|repository type="git" name="ntpoly" href="https://github.com/william-dawson/NTPoly/"|' ../modulesets/hpc-upstream.modules + ../Installer.py autogen -y ../Installer.py -f ../../tools/jenkins/gfortran-simgrid.rc -y build -- 2.20.1