xhochy commented on a change in pull request #7497:
URL: https://github.com/apache/arrow/pull/7497#discussion_r443513409



##########
File path: dev/tasks/conda-recipes/arrow-cpp/build-pyarrow.sh
##########
@@ -16,10 +16,26 @@ export PYARROW_WITH_ORC=1
 export PYARROW_WITH_PARQUET=1
 export PYARROW_WITH_PLASMA=1
 export PYARROW_WITH_S3=1
+BUILD_EXT_FLAGS=""
+
+# Enable CUDA support
+if [[ ! -z "${cuda_compiler_version+x}" && "${cuda_compiler_version}" != 
"None" ]]
+then
+    export PYARROW_WITH_CUDA=1
+    BUILD_EXT_FLAGS="${BUILD_EXT_FLAGS} --with-cuda"

Review comment:
       Yes, it is. Pushed the change here and 
[upstream](https://github.com/conda-forge/arrow-cpp-feedstock/pull/156)




----------------------------------------------------------------
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.

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


Reply via email to