Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow bigdft build as root
authorAugustin Degomme <adegomme@gmail.com>
Mon, 13 Sep 2021 08:06:00 +0000 (10:06 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Mon, 13 Sep 2021 08:06:00 +0000 (10:06 +0200)
tools/jenkins/ci-bigdft.sh

index f0f115e..95dd27c 100755 (executable)
@@ -16,9 +16,9 @@ cd bigdft-suite
 WORKSPACE=`pwd`
 mkdir build && cd build
 
-../Installer.py autogen -y
+JHBUILD_RUN_AS_ROOT=1 ../Installer.py autogen -y
 
-../Installer.py -f ../../tools/jenkins/gfortran-simgrid.rc -y build
+JHBUILD_RUN_AS_ROOT=1 ../Installer.py -f ../../tools/jenkins/gfortran-simgrid.rc -y build
 
 #cubic version
 cd ../bigdft/tests/DFT/cubic/C