JOB_PYTHON:"python3.9"# if set again in job, it hides this one (precedence: https://docs.gitlab.com/13.6/ee/ci/variables/#priority-of-environment-variables)
JOB_PYTHON:"python3.9"# if set again in job, it hides this one (precedence: https://docs.gitlab.com/13.6/ee/ci/variables/#priority-of-environment-variables)
WIN_PY_VER:'3.10'# default python version used to build python wrapper on windows (for both whl package and nsis .exe)
WIN_PY_VER:'3.10'# default python version used to build python wrapper on windows (for both whl package and nsis .exe)
NUX_PY_VER:'3.11'# default python version used for linux system packages (.rpm and .deb)
NUX_PY_VER:'3.11'# default python version used for linux system packages (.rpm and .deb)
MACOS_PY_VER:'3.10'# default python version used for macOS system packages (.pkg)
MACOS_PY_VER:'3.11'# default python version used for macOS system packages (.pkg)
GEN_EGG:'OFF'
GEN_EGG:'OFF'
USE_OPENBLASO:'OFF'# by default any pip whl pkg doesn't use openblas-openmp (eigen blas backend)
USE_OPENBLASO:'OFF'# by default any pip whl pkg doesn't use openblas-openmp (eigen blas backend)
PYFAUST_PKG_NAME:'pyfaust'# default package name, it can change for openblas-openmp whl package # only used in test_unix_purepy_pkg job
PYFAUST_PKG_NAME:'pyfaust'# default package name, it can change for openblas-openmp whl package # only used in test_unix_purepy_pkg job