We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176693c commit 5396e1eCopy full SHA for 5396e1e
.github/workflows/ci_tests_dev.yaml
@@ -98,18 +98,13 @@ jobs:
98
# https://github.com/GenericMappingTools/gmt/blob/6.5.0/ci/build-gmt.sh
99
- name: Build GMT on Linux/macOS
100
run: |
101
- if [ "$RUNNER_OS" == "macOS" ]; then
102
- GMT_ENABLE_OPENMP=FALSE
103
- else
104
- GMT_ENABLE_OPENMP=TRUE
105
- fi
106
cd gmt/
107
mkdir build
108
cd build
109
cmake -G Ninja .. \
110
-DCMAKE_INSTALL_PREFIX=${{ env.GMT_INSTALL_DIR }} \
111
-DCMAKE_BUILD_TYPE=Release \
112
- -DGMT_ENABLE_OPENMP=${GMT_ENABLE_OPENMP} \
+ -DGMT_ENABLE_OPENMP=TRUE \
113
-DGMT_USE_THREADS=TRUE
114
cmake --build .
115
cmake --build . --target install
0 commit comments