Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitccfc152

Browse files
Update manylinux.sh
1 parentcb8309e commitccfc152

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎scripts/build-env/manylinux.sh‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ fi
6161
cd build
6262
# Configure the build with CMake
6363
echo"Configuring the build with CMake..."
64-
cmake .. -DCMAKE_CUDA_COMPILER="$(which nvcc)"
64+
cmake .. \
65+
-DCMAKE_C_COMPILER="${CUDA_PATH}/bin/gcc" \
66+
-DCMAKE_CXX_COMPILER="${CUDA_PATH}/bin/g++"
6567
cmake --build.
6668
cmake --install.
6769

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp