Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
switch to bigdft sdk container for building bigdft, it already has most packages...
authorAugustin Degomme <adegomme@gmail.com>
Tue, 14 Sep 2021 16:45:17 +0000 (18:45 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Tue, 14 Sep 2021 16:45:17 +0000 (18:45 +0200)
.github/workflows/ci-bigdft.yml
tools/jenkins/ci-bigdft.sh

index 3b6c0f0..c5d86b5 100644 (file)
@@ -9,7 +9,9 @@ jobs:
   build:
 
     runs-on: ubuntu-latest
-    container: simgrid/unstable
+    container: 
+      image: bigdft/sdk
+      options: --user 0
 
     steps:
       - uses: actions/checkout@v2
index 2e02ae3..34eedd0 100755 (executable)
@@ -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 git build-essential gfortran python-is-python3 python3-six python3-distutils python3-setuptools pkg-config automake cmake libboost-dev libblas-dev liblapack-dev wget
+$SUDO apt-get -y install python-is-python3 python3-setuptools libboost-dev
 
 echo "XXXXXXXXXXXXXXXX build and test BigDFT (git version)"
 git clone --depth=1 https://gitlab.com/l_sim/bigdft-suite.git