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 a0ce031 commit d7aa8bbCopy full SHA for d7aa8bb
scripts/build-env/manylinux.sh
@@ -62,11 +62,7 @@ fi
62
cd build
63
# Configure the build with CMake
64
echo "Configuring the build with CMake..."
65
-cmake .. \
66
--DCMAKE_C_COMPILER="/usr/bin/gcc" \
67
--DCMAKE_CXX_COMPILER="/usr/bin/g++" \
68
--DCMAKE_CUDA_COMPILER="$(which nvcc)" \
69
--DCMAKE_CUDA_FLAGS="-ccbin /usr/bin/gcc"
+cmake .. -DCMAKE_CUDA_FLAGS="-ccbin /usr/bin/gcc"
70
cmake --build .
71
cmake --install .
72
0 commit comments