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 554b3a9 commit ed9ee82Copy full SHA for ed9ee82
pyproject.toml
@@ -16,7 +16,9 @@ temp = "/tmp/cuda-temp"
16
[tool.cibuildwheel.linux]
17
before-all = [
18
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
19
- "dnf -y install redhat-lsb-core wget gcc gcc-g++",
+ "dnf -y install redhat-lsb-core wget",
20
+ "scl enable gcc-toolset-14",
21
+ "scl enable gcc-toolset-12",
22
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
23
]
24
xbuild-tools = ["cmake", "ninja"]
0 commit comments