Skip to content

Commit

Permalink
Add openmpi-dev to CI workflow requirements for debian packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher M. Cantalupo <christopher.m.cantalupo@intel.com>
  • Loading branch information
cmcantalupo committed Aug 6, 2024
1 parent dc6ec77 commit 081d5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: install system dependencies
run: sudo apt-get update && sudo apt-get install libelf-dev mpich libmpich-dev libomp-15-dev libsystemd-dev liburing-dev gobject-introspection python3-gi python3-yaml libcap-dev zlib1g-dev doxygen graphviz python3-mpi4py
run: sudo apt-get update && sudo apt-get install libelf-dev mpich libmpich-dev libomp-15-dev libsystemd-dev liburing-dev gobject-introspection python3-gi python3-yaml libcap-dev zlib1g-dev doxygen graphviz python3-mpi4py openmpi-dev
- name: install geopmpy and geopmdpy along with their development dependencies
run: |
python3 -m pip install --upgrade pip setuptools wheel pep517
Expand Down

0 comments on commit 081d5ac

Please sign in to comment.