Skip to content

Commit d417514

Browse files
Update pyproject.toml
1 parent b88498a commit d417514

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ xbuild-tools = ["cmake", "ninja"]
1414
before-all = [
1515
"chmod +x {package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
1616
"dnf -y install redhat-lsb-core wget",
17-
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh",
18-
"ln -s cuda-${cuda} /usr/local/cuda"
17+
"{package}/tensor-array-repo/Tensor-Array/scripts/actions/install-cuda-rhel.sh"
1918
]
20-
xbuild-tools = ["cmake", "ninja"]
19+
xbuild-tools = ["cmake", "ninja", "nvcc"]

0 commit comments

Comments
 (0)