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 2d4d0be commit 266efbdCopy full SHA for 266efbd
recipe/build-mpi.sh
@@ -24,8 +24,8 @@ fi
24
if [[ -z $CUDA_HOME ]]; then
25
build_with_cuda=""
26
else
27
- export CFLAGS="$CFLAGS -I$CUDA_HOME"
28
- export CXXFLAGS="$CXXFLAGS -I$CUDA_HOME"
+ export CFLAGS="$CFLAGS -I$CUDA_HOME/include"
+ export CXXFLAGS="$CXXFLAGS -I$CUDA_HOME/include"
29
build_with_cuda="--with-cuda --with-ucx=$PREFIX"
30
fi
31
0 commit comments