We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c519a commit 3cac2c8Copy full SHA for 3cac2c8
pyproject.toml
@@ -8,6 +8,9 @@ build-backend = "setuptools.build_meta"
8
9
[tool.cibuildwheel]
10
environment = { cuda = "12.9", temp = "/tmp/cuda-temp" }
11
+environment-pass = [
12
+ "CUDA_PATH"
13
+]
14
xbuild-tools = ["cmake", "ninja"]
15
16
[tool.cibuildwheel.linux]
@@ -16,4 +19,4 @@ before-all = [
19
"dnf -y install redhat-lsb-core wget",
17
20
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
18
21
]
-xbuild-tools = ["cmake", "ninja", "nvcc"]
22
+xbuild-tools = ["cmake", "ninja"]
0 commit comments