Mentions légales du service

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

Minor change: disable gitlab ci job for generating py. wheel pkg for raspberry...

Minor change: disable gitlab ci job for generating py. wheel pkg for raspberry pi (as it's unavailable at the moment).
parent d6508c30
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,7 @@ pkg_linux_purepy_release_torch_linked:
extends: pkg_linux_purepy_release
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", FAUST_TORCH: "ON", USE_GPU_MOD: "ON", CMAKE_PREFIX_PATH: "/opt/local/libtorch/share/cmake/Torch;../gpu_mod"}
pkg_purepy_release_rasp:
.pkg_purepy_release_rasp:
variables: {MATIO_STATIC_LIB_PATH: "/opt/local/libmatio.a", Z_STATIC_LIB_PATH: "/opt/local/libz.a", HDF5_STATIC_LIB_PATH: "/opt/local/libhdf5.a"}
script:
- if [[ ! -d 'build' ]]; then mkdir build;fi; cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment