You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/09/01 22:10:57 UTC

[GitHub] [arrow] kou commented on a diff in pull request #37497: GH-37523: [C++][CI][CUDA] Don't use newer API and add missing CUDA dependencies

kou commented on code in PR #37497:
URL: https://github.com/apache/arrow/pull/37497#discussion_r1313580913


##########
ci/scripts/python_build.sh:
##########
@@ -70,6 +70,7 @@ export PYARROW_WITH_SUBSTRAIT=${ARROW_SUBSTRAIT:-OFF}
 export PYARROW_PARALLEL=${n_jobs}
 
 export LD_LIBRARY_PATH=${ARROW_HOME}/lib:${LD_LIBRARY_PATH}
+export CMAKE_PREFIX_PATH=${ARROW_HOME}:${CMAKE_PREFIX_PATH}

Review Comment:
   Do we need this?
   If we don't need this, I want to revert this before we merge this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org