Skip to content

Commit 2d4d0be

Browse files
authored
Update build-mpi.sh
1 parent aedd9b3 commit 2d4d0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/build-mpi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ fi
2424
if [[ -z $CUDA_HOME ]]; then
2525
build_with_cuda=""
2626
else
27-
export CFLAGS="$CFLAGS -isystem $CUDA_HOME"
28-
export CXXFLAGS="$CXXFLAGS -isystem $CUDA_HOME"
27+
export CFLAGS="$CFLAGS -I$CUDA_HOME"
28+
export CXXFLAGS="$CXXFLAGS -I$CUDA_HOME"
2929
build_with_cuda="--with-cuda --with-ucx=$PREFIX"
3030
fi
3131

0 commit comments

Comments
 (0)