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 d6a8622 commit 8b852deCopy full SHA for 8b852de
pyproject.toml
@@ -13,10 +13,8 @@ xbuild-tools = ["cmake", "ninja"]
13
before-all = [
14
"chmod +x tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
15
# "dnf remove gcc-toolset-14\\*",
16
- "dnf install -y redhat-lsb-core wget",
17
- ". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
18
- "dnf install -y gcc-toolset-12",
19
- "scl enable gcc-toolset-12 bash"
+ "dnf install -y redhat-lsb-core wget gcc gcc-c++",
+ ". tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
20
]
21
xbuild-tools = ["cmake", "ninja"]
22
0 commit comments