X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de7a0e75901e65323b77e9cf9b7f67e8c2b8b55..d4854883e75206804034547ff47080ec1a751e35:/tools/jenkins/ci-bigdft.sh diff --git a/tools/jenkins/ci-bigdft.sh b/tools/jenkins/ci-bigdft.sh index 94c8e5b7d9..6833428c6c 100755 --- a/tools/jenkins/ci-bigdft.sh +++ b/tools/jenkins/ci-bigdft.sh @@ -9,7 +9,7 @@ set -ex echo "XXXXXXXXXXXXXXXX Install APT dependencies" SUDO="" # to ease the local testing $SUDO apt-get -y update -$SUDO apt-get -y install python-is-python3 python3-setuptools libboost-dev +$SUDO apt-get -y install python-is-python3 python3-setuptools libboost-dev libeigen3-dev $SUDO apt-get -y install --only-upgrade ca-certificates echo "XXXXXXXXXXXXXXXX build and test BigDFT (git version)" @@ -22,6 +22,10 @@ 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/"|' ../modulesets/hpc-upstream.modules +sed -i 's|module="ntpoly-v3.0.0.tar.gz"|module="ntpoly"|' ../modulesets/hpc-upstream.modules + ../Installer.py autogen -y ../Installer.py -f ../../tools/jenkins/gfortran-simgrid.rc -y build