File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,16 @@ xbuild-tools = ["cmake", "ninja"]
1212[tool .cibuildwheel .environment ]
1313cuda = " 12.9"
1414temp = " /tmp/cuda-temp"
15- # CUDA_PATH = "/usr/local/cuda-${cuda}"
16- # PATH = "${PATH}:${CUDA_PATH}/bin"
17- # LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
1815
1916[tool .cibuildwheel .linux ]
2017before-all = [
2118 " chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh" ,
22- " dnf -y install redhat-lsb-core wget" ,
19+ " dnf -y install redhat-lsb-core wget gcc g++ " ,
2320 " . tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
2421]
2522xbuild-tools = [" cmake" , " ninja" ]
23+
24+ [tool .cibuildwheel .linux .environment ]
25+ CUDA_PATH = " /usr/local/cuda-${cuda}"
26+ PATH = " ${PATH}:${CUDA_PATH}/bin"
27+ LD_LIBRARY_PATH =" ${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
You can’t perform that action at this time.
0 commit comments