Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 13 Sep 2021 17:05:11 +0000 (19:05 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 13 Sep 2021 17:05:11 +0000 (19:05 +0200)
1  2 
tools/jenkins/ci-bigdft.sh

@@@ -1,22 -1,10 +1,18 @@@
 -#!/usr/bin/env sh
 +#!/bin/sh
 +
 +# Test this script locally as follows (rerun `docker pull simgrid/unstable` to get a fresh version).
 +# cd (simgrid)/tools/jenkins
 +# docker run -it --rm --volume `pwd`:/source simgrid/unstable /source/ci-bigdft.sh
 +
  set -ex
  export OMP_NUM_THREADS=1
 +
 +echo "XXXXXXXXXXXXXXXX Install APT dependencies"
  SUDO="" # to ease the local testing
  $SUDO apt-get -y update
- $SUDO apt-get -y install git
- $SUDO apt-get -y install build-essential
- $SUDO apt-get -y install python-is-python3
- $SUDO apt-get -y install python3-six
- $SUDO apt-get -y install jhbuild
+ $SUDO apt-get -y install git build-essential gfortran python-is-python3 python3-six python3-distutils automake cmake libboost-dev libblas-dev liblapack-dev wget
  
 +echo "XXXXXXXXXXXXXXXX build and test BigDFT (git version)"
  git clone --depth=1 https://gitlab.com/l_sim/bigdft-suite.git
  cd bigdft-suite