From 23b4e632aef4e6bbe055d65df34575f906478058 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 11 Apr 2024 16:40:03 +0200 Subject: [PATCH] Fix hdf5 --- Champ/champ.def | 2 +- lib/install_trexio.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Champ/champ.def b/Champ/champ.def index 1836e10..70daba6 100644 --- a/Champ/champ.def +++ b/Champ/champ.def @@ -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 diff --git a/lib/install_trexio.sh b/lib/install_trexio.sh index 4d23511..c45c93a 100755 --- a/lib/install_trexio.sh +++ b/lib/install_trexio.sh @@ -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