Mentions légales du service

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

Add a ci tag to limit the pyfaust torch whl package generation to specific gitlab runners.

The runners that have a clang++ version 11 installed to avoid unresolved symbol like :
clang 5.0 when compiling torch linked lib.
_FaustCorePy.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZN3c106Symbol14fromQualStringERKSs

It fixes by the way the issue #152.
parent f048a9be
No related branches found
No related tags found
No related merge requests found
Pipeline #834012 skipped
......@@ -505,6 +505,10 @@ pkg_linux_purepy_release_extra_pyver:
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", EXPERIMENTAL_PKG: "OFF", CMAKE_CXX_COMPILER: "clang++"}
tags:
- torch
- linux
- tux_packager
.pkg_purepy_release_rasp:
stage: pkg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment