Skip to content

Commit 332dba2

Browse files
committed
Re-added HDF5 and OpenMPI install on Ubuntu 22.04
1 parent 5cc0349 commit 332dba2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,15 @@ jobs:
217217
sudo apt-get -qq update
218218
sudo apt-get -qq install curl cmake build-essential tcl-dev tk-dev gfortran hdf5-helpers libcurl4 libcurl4-gnutls-dev
219219
220-
- name: HDF5 and OpenMPI Install
220+
- name: HDF5 and OpenMPI Install on Ubuntu 22.04
221+
if: matrix.config.os == 'ubuntu-22.04'
222+
run: |
223+
sudo apt-get -qq update
224+
sudo apt -qq install libhdf5-openmpi-103 libhdf5-openmpi-dev
225+
226+
# libhdf5-openmpi-103 has been renamed in Ubuntu 24.04.
227+
- name: HDF5 and OpenMPI Install on Ubuntu 24.04
228+
if: matrix.config.os == 'ubuntu-24.04'
221229
run: |
222230
sudo apt-get -qq update
223231
sudo apt -qq install libhdf5-openmpi-103-1t64 libhdf5-openmpi-dev

0 commit comments

Comments
 (0)