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 65ebf5e commit 6e8b862Copy full SHA for 6e8b862
scripts/build-env/manylinux.sh
@@ -61,7 +61,7 @@ fi
61
cd build
62
# Configure the build with CMake
63
echo "Configuring the build with CMake..."
64
-cmake .. -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
+cmake .. -DCMAKE_CUDA_FLAGS="--allow-unsupported-compiler"
65
cmake --build .
66
cmake --install .
67
0 commit comments