Skip to content

Commit

Permalink
install hdf5 for building the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Sep 11, 2024
1 parent ee04f29 commit f55d00b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
with:
name: cibw-sdist
path: dist
- name: Install Ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache
- name: Install from sdist
run: pip install "$(ls dist/freesas-*.tar.gz)"
- name: Run tests
Expand Down Expand Up @@ -114,6 +118,10 @@ jobs:
with:
platforms: all
- uses: ilammy/msvc-dev-cmd@v1
- name: Install Ubuntu dependencies
run: |
sudo apt-get update
sudo apt-get install -y libopenblas-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libhdf5-dev ccache
- uses: pypa/[email protected]
env:
# Use silx wheelhouse: needed for ppc64le
Expand Down

0 comments on commit f55d00b

Please sign in to comment.