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 aedd9b3 commit 2d4d0beCopy full SHA for 2d4d0be
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 -isystem $CUDA_HOME"
28
- export CXXFLAGS="$CXXFLAGS -isystem $CUDA_HOME"
+ export CFLAGS="$CFLAGS -I$CUDA_HOME"
+ export CXXFLAGS="$CXXFLAGS -I$CUDA_HOME"
29
build_with_cuda="--with-cuda --with-ucx=$PREFIX"
30
fi
31
0 commit comments