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 6d943c0 commit e60ac10Copy full SHA for e60ac10
pyproject.toml
@@ -16,8 +16,8 @@ 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 remove gcc-toolset-14\\*",
20
- "dnf -y install redhat-lsb-core wget gcc gcc-c++",
+ # "dnf remove gcc-toolset-14\\*",
+ "dnf -y install redhat-lsb-core wget gcc-toolset-12",
21
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
22
]
23
xbuild-tools = ["cmake", "ninja"]
0 commit comments