Skip to content

Commit 68225a6

Browse files
Update pyproject.toml
1 parent 97ff1f9 commit 68225a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ temp = "/tmp/cuda-temp"
3535
CUDA_PATH = "/usr/local/cuda-${cuda}"
3636
PATH = "${PATH}:${CUDA_PATH}/bin"
3737
LD_LIBRARY_PATH = "${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
38+
CC = "/usr/bin/gcc"
39+
CXX = "/usr/bin/g++"

0 commit comments

Comments
 (0)