This commit is contained in:
Anthony Scemama 2024-04-11 16:40:03 +02:00
parent 9a68723f90
commit 23b4e632ae
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ From: ubuntu:22.04
./install_champ.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 autoremove -y

View File

@ -3,7 +3,7 @@
cd /opt
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 $FC ] && apt install -y gfortran