variables:{SLOW_TESTS:"OFF",BUILD_MULTITHREAD:"ON"}# the CDashConfScript is able to retrieve OpenMP_gomp_LIBRARY and OpenMP_INC_DIR from environment (it's necessary on macOS, so the runner's env. must be configured)
variables:{SLOW_TESTS:"OFF",BUILD_MULTITHREAD:"ON"}# the CDashConfScript is able to retrieve OpenMP_gomp_LIBRARY and OpenMP_INC_DIR from environment (it's necessary on macOS, so the runner's env. must be configured)
variables:{BUILD_WRAPPER_MATLAB:"ON",SLOW_TESTS:"OFF",NOCPPTESTS:"ON",BUILD_MULTITHREAD:"OFF"}# MT OFF because of macOS complicated way to enable OpenMP (but packages are OMP enabled)
variables:{BUILD_WRAPPER_MATLAB:"ON",SLOW_TESTS:"OFF",NOCPPTESTS:"ON",BUILD_MULTITHREAD:"OFF"}# MT OFF because of macOS complicated way to enable OpenMP (but packages are OMP enabled)
except:
except:
...
@@ -68,7 +68,7 @@ ctest_nightly_macos:
...
@@ -68,7 +68,7 @@ ctest_nightly_macos:
tags:
tags:
-win10
-win10
pkg_macos:
.pkg_macos:
stage:pkg_rev
stage:pkg_rev
script:
script:
-SHA_START=$(echo $CI_COMMIT_SHA | sed -e 's/^\(.\{8\}\).*/\1/')
-SHA_START=$(echo $CI_COMMIT_SHA | sed -e 's/^\(.\{8\}\).*/\1/')
...
@@ -144,7 +144,7 @@ pkg_win:
...
@@ -144,7 +144,7 @@ pkg_win:
-cmake -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-9.2 -DCMAKE_CUDA_COMPILER=/usr/local/cuda-9.2/bin/nvcc ..; make
-cmake -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-9.2 -DCMAKE_CUDA_COMPILER=/usr/local/cuda-9.2/bin/nvcc ..; make
-cd ../..
-cd ../..
pkg_linux:
.pkg_linux:
<<:*build_gpu_mod
<<:*build_gpu_mod
stage:pkg_rev
stage:pkg_rev
variables:{GIT_SUBMODULE_STRATEGY:recursive}# for checking out gpu_mod
variables:{GIT_SUBMODULE_STRATEGY:recursive}# for checking out gpu_mod