Skip to content

Commit

Permalink
Merge pull request #576 from bmad-sim/devel/step31
Browse files Browse the repository at this point in the history
Devel/step31
  • Loading branch information
DavidSagan authored Oct 24, 2023
2 parents 10f5072 + 72446cc commit 49df56a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
steps:
# Check out the code from GitHub
- uses: actions/checkout@v4
### - uses: mpi4py/setup-mpi@v1 "openmpi"

# Install system dependencies
- name: Install System Dependencies
run: |
sudo apt update
sudo apt-get install gfortran g++ cmake libtool-bin libreadline-dev libpango1.0-dev libssl-dev bc
sudo apt-get install gfortran g++ cmake libtool-bin libreadline-dev libpango1.0-dev libssl-dev bc libopenmpi-dev openmpi-bin openmpi-common
# sudo apt install build-essential curl wget cmake gfortran automake \
# autoconf libtool m4 libgomp1 libreadline-dev libncurses-dev pkg-config \
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ plplot
xraylib
gnu_utilities_src
packages
.directoryhash

# Jupyter notebooks
.ipynb_checkpoints
Expand Down

0 comments on commit 49df56a

Please sign in to comment.