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

Commiteb83f53

Browse files
Update manylinux.sh
1 parentccfc152 commiteb83f53

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)

[8]ページ先頭

©2009-2025 Movatter.jp