Skip to content

Commit

Permalink
add hdf5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jul 31, 2024
1 parent d6a4626 commit c1eba79
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: build
- name: Install HDF5
run: |
sudo apt-get update
sudo apt-get install -y libhdf5-dev
apt-cache show libhdf5-dev
rehash
which h5cc
h5cc --help
- name: Build and Check Silo
run: |
mkdir build
ls
cd build
../configure --enable-pythonmodule --disable-fortran --prefix=`pwd`/myinstall
make -j 8 install
Expand Down

0 comments on commit c1eba79

Please sign in to comment.