Skip to content

Commit

Permalink
ci: hint at libomp root
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 14, 2024
1 parent 48693ed commit 8ed7910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
CIBW_SKIP_LINUX: "pp* *musllinux*"
CIBW_BEFORE_ALL_LINUX: yum install -y fftw3-devel
CIBW_BEFORE_ALL_MACOS: brew install gcc libomp fftw
CIBW_ENVIRONMENT_MACOS: "FC=gfortran CC=gcc CXX=g++"
CIBW_ENVIRONMENT_MACOS: "FC=gfortran CC=gcc CXX=g++ OpenMP_ROOT=/usr/local/opt/libomp"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8ed7910

Please sign in to comment.