Skip to content

Commit

Permalink
One more prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 17, 2024
1 parent 7ca3289 commit ad36720
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
- name: Setup OpenMP on macOS
run: |
brew install llvm
brew install libomp
brew link --force libomp
if: runner.os == 'macOS'

# Checkout current the GMT source codes
Expand All @@ -101,7 +102,7 @@ jobs:
cmake -G Ninja .. \
-DCMAKE_INSTALL_PREFIX=${{ env.GMT_INSTALL_DIR }} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=${{ env.MAMBA_ROOT_PREFIX }}/envs/pygmt/lib \
-DCMAKE_PREFIX_PATH="${{ env.MAMBA_ROOT_PREFIX }}/envs/pygmt/lib;/usr/local/opt/libomp/" \
-DGMT_ENABLE_OPENMP=TRUE \
-DGMT_USE_THREADS=TRUE
cmake --build .
Expand Down

0 comments on commit ad36720

Please sign in to comment.