Skip to content

Commit ed9ee82

Browse files
Update pyproject.toml
1 parent 554b3a9 commit ed9ee82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ temp = "/tmp/cuda-temp"
1616
[tool.cibuildwheel.linux]
1717
before-all = [
1818
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
19-
"dnf -y install redhat-lsb-core wget gcc gcc-g++",
19+
"dnf -y install redhat-lsb-core wget",
20+
"scl enable gcc-toolset-14",
21+
"scl enable gcc-toolset-12",
2022
". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
2123
]
2224
xbuild-tools = ["cmake", "ninja"]

0 commit comments

Comments
 (0)