Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Need OpenMP support for clang
  • Loading branch information
The9Cat authored Oct 15, 2024
1 parent cdcab97 commit 28fa507
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 @@ -29,7 +29,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev
sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev libomp-dev
sudo pip install numpy
Expand Down

0 comments on commit 28fa507

Please sign in to comment.