File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ variables:
5252 parallel :
5353 matrix :
5454 - PYOMP_CI_PYTHON_VERSION :
55- - " 3.9"
5655 - " 3.10"
5756 - " 3.11"
5857 - " 3.12"
58+ - " 3.13"
5959
6060build-and-test-tioga :
6161 extends : [.base-job, .python-variants]
Original file line number Diff line number Diff line change @@ -7,15 +7,18 @@ TMPDIR=/tmp/pyomp/${CI_JOB_ID}
77mkdir -p ${TMPDIR}
88pushd ${TMPDIR}
99
10+ # Set the LLVM_VERSION to use.
11+ export LLVM_VERSION=" 15.0.7"
12+
1013# Set the envs directory under the temporary directory.
1114export CONDA_ENVS_DIRS=" ${TMPDIR} /_stage/miniconda3/envs"
1215
13- # Install miniconda and llvmdev, clang14 environments .
16+ # Install miniconda and llvmdev environment .
1417source ${CI_PROJECT_DIR} /buildscripts/cibuildwheel/setup-miniconda3.sh
1518
1619# Export environment variables for building and testing.
17- export LLVM_DIR=" ${CONDA_ENVS_DIRS} /llvmdev"
18- export CLANG_TOOL =" ${CONDA_ENVS_DIRS} /clang14 /bin/clang "
20+ export LLVM_DIR=" ${CONDA_ENVS_DIRS} /llvmdev- ${LLVM_VERSION} "
21+ export PATH =" ${CONDA_ENVS_DIRS} /llvmdev- ${LLVM_VERSION} /bin: ${PATH} "
1922export USE_CXX11_ABI=" 1"
2023export PIP_NO_INPUT=" 1"
2124
You can’t perform that action at this time.
0 commit comments