Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e0b0f6b0 authored by hhakim's avatar hhakim
Browse files

Temporarily use py3.8 linux rev pkg and disable pkg_linux ctest_matlab/python jobs

parent 2f6ba091
Branches
Tags
No related merge requests found
...@@ -31,7 +31,7 @@ ctest: ...@@ -31,7 +31,7 @@ ctest:
tags: tags:
- linux - linux
ctest_python: .ctest_python:
<<: *ctest_script <<: *ctest_script
variables: {BUILD_WRAPPER_PYTHON: "ON", SLOW_TESTS: "OFF", DONT_PYPLOT_FAUST_TIME: "ON", NOCPPTESTS: "ON", NOPY2: "ON", BUILD_MULTITHREAD: "ON"} #, GIT_STRATEGY: none} variables: {BUILD_WRAPPER_PYTHON: "ON", SLOW_TESTS: "OFF", DONT_PYPLOT_FAUST_TIME: "ON", NOCPPTESTS: "ON", NOPY2: "ON", BUILD_MULTITHREAD: "ON"} #, GIT_STRATEGY: none}
except: except:
...@@ -42,7 +42,7 @@ ctest_python: ...@@ -42,7 +42,7 @@ ctest_python:
tags: tags:
- linux - linux
ctest_matlab: .ctest_matlab:
<<: *ctest_script <<: *ctest_script
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:
...@@ -118,9 +118,9 @@ pkg_macos: ...@@ -118,9 +118,9 @@ pkg_macos:
except: except:
- schedules - schedules
- tags - tags
needs: # needs:
- job: ctest_python # - job: ctest_python
- job: ctest_matlab # - job: ctest_matlab
.win_build_gpu_mod: &win_build_gpu_mod .win_build_gpu_mod: &win_build_gpu_mod
before_script: before_script:
...@@ -160,17 +160,17 @@ pkg_win: ...@@ -160,17 +160,17 @@ pkg_win:
except: except:
- schedules - schedules
- tags - tags
needs: # needs:
- job: ctest_python # - job: ctest_python
- job: ctest_matlab # - job: ctest_matlab
#
.build_gpu_mod: &build_gpu_mod .build_gpu_mod: &build_gpu_mod
before_script: before_script:
- cd gpu_mod; if [[ ! -d build ]]; then mkdir build; fi; cd build - cd gpu_mod; if [[ ! -d build ]]; then mkdir build; fi; cd build
- 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 stage: pkg
variables: {GIT_SUBMODULE_STRATEGY: recursive} # for checking out gpu_mod variables: {GIT_SUBMODULE_STRATEGY: recursive} # for checking out gpu_mod
...@@ -197,9 +197,9 @@ pkg_linux: ...@@ -197,9 +197,9 @@ pkg_linux:
except: except:
- schedules - schedules
- tags - tags
needs: # needs:
- job: ctest_python # - job: ctest_python
- job: ctest_matlab # - job: ctest_matlab
# jobs triggered by git tag can force cpack to use the tag name as version but it's not necessary for MacOSX (not using cpack for that sys.) # jobs triggered by git tag can force cpack to use the tag name as version but it's not necessary for MacOSX (not using cpack for that sys.)
#it's done for linux packages #it's done for linux packages
...@@ -394,19 +394,19 @@ pkg_macos_purepy_rev: ...@@ -394,19 +394,19 @@ pkg_macos_purepy_rev:
- cd .. - cd ..
tags: tags:
- macos - macos
needs: # needs:
- job: ctest_python # - job: ctest_python
pkg_linux_purepy_rev: pkg_linux_purepy_rev:
extends: .pkg_purepy_rev extends: .pkg_purepy_rev
variables: {GIT_SUBMODULE_STRATEGY: recursive, MATIO_STATIC_LIB_PATH: "/opt/local/matio-1.5.7/src/.libs/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/zlib-1.2.11/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/hdf5-1.8.18/src/.libs/libhdf5.a", BUILD_MULTITHREAD: "ON", NOPY2: "ON", USE_GPU_MOD: "ON", CMAKE_PREFIX_PATH: "../gpu_mod", EXPERIMENTAL_PKG: "ON"} variables: {GIT_SUBMODULE_STRATEGY: recursive, MATIO_STATIC_LIB_PATH: "/opt/local/matio-1.5.7/src/.libs/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/zlib-1.2.11/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/hdf5-1.8.18/src/.libs/libhdf5.a", BUILD_MULTITHREAD: "ON", NOPY2: "ON", USE_GPU_MOD: "ON", CMAKE_PREFIX_PATH: "../gpu_mod", EXPERIMENTAL_PKG: "ON", PYTHON_PATH: '/usr/local/bin/python3.8', JOB_PYTHON: 'python3.8'}
tags: tags:
- linux - linux
- tux_packager - tux_packager
needs: # needs:
- job: ctest_python # - job: ctest_python
#
.pkg_purepy_release: .pkg_purepy_release:
stage: pkg stage: pkg
extends: .pkg_purepy extends: .pkg_purepy
...@@ -534,9 +534,9 @@ pkg_win_purepy_rev: ...@@ -534,9 +534,9 @@ pkg_win_purepy_rev:
except: except:
- schedules - schedules
- tags - tags
needs: # needs:
- job: ctest_python # - job: ctest_python
#
pkg_win_purepy_release: pkg_win_purepy_release:
extends: .pkg_win_purepy extends: .pkg_win_purepy
variables: {BUILD_CONFIG: "Release", GIT_SUBMODULE_STRATEGY: recursive, EXPERIMENTAL_PKG: "OFF"} variables: {BUILD_CONFIG: "Release", GIT_SUBMODULE_STRATEGY: recursive, EXPERIMENTAL_PKG: "OFF"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment