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 c2dc682 commit 7b9d7c7Copy full SHA for 7b9d7c7
recipe/build-mpi.sh
@@ -21,11 +21,11 @@ if [[ "$target_platform" == osx-* ]]; then
21
fi
22
23
24
-if [[ -z $CUDA_PATH ]]; then
+if [[ -z $CUDA_HOME ]]; then
25
build_with_cuda=""
26
else
27
- export CFLAGS="$CFLAGS -I$CUDA_PATH/include"
28
- export CXXFLAGS="$CXXFLAGS -I$CUDA_PATH/include"
+ export CFLAGS="$CFLAGS -I$CUDA_HOME/include"
+ export CXXFLAGS="$CXXFLAGS -I$CUDA_HOME/include"
29
build_with_cuda="--with-cuda --with-ucx=$PREFIX"
30
31
0 commit comments