Skip to content

Commit

Permalink
Update cmake.yml, remove deprecated libopenblas-base
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Jan 27, 2025
1 parent c3bd324 commit f276093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Fetch SAF dependencies
if: ${{ contains( runner.os, 'Linux' ) }}
run: |
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev libnetcdff-dev liblapack3 liblapack-dev libopenblas-base libopenblas-dev liblapacke-dev
sudo apt-get update && sudo apt-get install libhdf5-dev libnetcdf-dev libnetcdff-dev liblapack3 liblapack-dev libopenblas-dev liblapacke-dev
- name: Fetch OpenBLAS (Windows)
if: ${{ contains( runner.os, 'Windows' ) }}
run: |
Expand Down

0 comments on commit f276093

Please sign in to comment.