Skip to content

Commit eb83f53

Browse files
Update manylinux.sh
1 parent ccfc152 commit eb83f53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/build-env/manylinux.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ cd build
6262
# Configure the build with CMake
6363
echo "Configuring the build with CMake..."
6464
cmake .. \
65-
-DCMAKE_C_COMPILER="${CUDA_PATH}/bin/gcc" \
66-
-DCMAKE_CXX_COMPILER="${CUDA_PATH}/bin/g++"
65+
-DCMAKE_C_COMPILER="/usr/bin/gcc" \
66+
-DCMAKE_CXX_COMPILER="/usr/bin/g++" \
67+
-DCMAKE_CUDA_COMPILER="$(which nvcc)"
6768
cmake --build .
6869
cmake --install .
6970

0 commit comments

Comments
 (0)