Skip to content

Commit

Permalink
Correct install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 29, 2024
1 parent 859813b commit 9e5cf1c
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/cmake-par-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,8 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Install Linux Dependencies (${{ matrix.mpi }})
run: |
sudo apt-get update
sudo apt-get install ninja-build doxygen graphviz
sudo apt install libssl3 libssl-dev libcurl4 libcurl4-openssl-dev
sudo apt install gcc-12 g++-12 gfortran-12
sudo apt install libaec0 libaec-dev
- name: Install Dependencies (Windows)
run: choco install ninja

- name: Install Dependencies
uses: ssciwr/doxygen-install@v1
Expand Down Expand Up @@ -251,7 +246,7 @@ jobs:
path: ${{ runner.workspace }}/hdf5/hdf5.log
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`

CMake_build_parallel_intelmpi_linux:
CMake_build_parallel_intelmpi_macos:
runs-on: macos-latest
strategy:
matrix:
Expand All @@ -260,13 +255,8 @@ jobs:
steps:
- uses: actions/[email protected]

- name: Install Linux Dependencies (${{ matrix.mpi }})
run: |
sudo apt-get update
sudo apt-get install ninja-build doxygen graphviz
sudo apt install libssl3 libssl-dev libcurl4 libcurl4-openssl-dev
sudo apt install gcc-12 g++-12 gfortran-12
sudo apt install libaec0 libaec-dev
- name: Install Dependencies (MacOS_latest)
run: brew install ninja

- name: Install Dependencies
uses: ssciwr/doxygen-install@v1
Expand Down

0 comments on commit 9e5cf1c

Please sign in to comment.