Skip to content

Commit 266efbd

Browse files
isurufjakirkham
andauthored
Update recipe/build-mpi.sh
Co-authored-by: jakirkham <[email protected]>
1 parent 2d4d0be commit 266efbd

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 -I$CUDA_HOME"
28-
export CXXFLAGS="$CXXFLAGS -I$CUDA_HOME"
27+
export CFLAGS="$CFLAGS -I$CUDA_HOME/include"
28+
export CXXFLAGS="$CXXFLAGS -I$CUDA_HOME/include"
2929
build_with_cuda="--with-cuda --with-ucx=$PREFIX"
3030
fi
3131

0 commit comments

Comments
 (0)