
Since Apple does not distribute the OpenMP header and library with its AppleClang compiler, download them as part of the jobs.
4 lines
197 B
Bash
4 lines
197 B
Bash
.gitlab/ci/openmp.sh
|
|
export CMAKE_PREFIX_PATH=$PWD/.gitlab/openmp${CMAKE_PREFIX_PATH:+:$CMAKE_PREFIX_PATH}
|
|
export DYLD_LIBRARY_PATH=$PWD/.gitlab/openmp/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH}
|