This commit is contained in:
Anthony Scemama 2024-04-11 16:41:41 +02:00
commit a393ed5dc7
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ From: ubuntu:22.04
./install_champ.sh ./install_champ.sh
./cleanup_oneapi.sh ./cleanup_oneapi.sh
apt remove -y wget make pkg-config pgpgpg git python3-pip cmake apt remove -y wget make pkg-config pgpgpg git python3-pip cmake libhdf5-dev
apt install -y bash vim emacs-nox apt install -y bash vim emacs-nox
apt autoremove -y apt autoremove -y

View File

@ -3,7 +3,7 @@
cd /opt cd /opt
source environment.sh source environment.sh
apt install -y wget libhdf5-dev make apt install -y wget libhdf5-dev libhdf5 make
[ -z $CC ] && apt install -y gcc [ -z $CC ] && apt install -y gcc
[ -z $FC ] && apt install -y gfortran [ -z $FC ] && apt install -y gfortran