[GitHub] [arrow] kszucs commented on a change in pull request #7497: ARROW-8149: [C++/Python] Enable CUDA Support in conda recipes

2020-06-22 Thread GitBox
kszucs commented on a change in pull request #7497: URL: https://github.com/apache/arrow/pull/7497#discussion_r443447582 ## File path: dev/tasks/conda-recipes/arrow-cpp/meta.yaml ## @@ -1,124 +1,237 @@ +{% set version = ARROW_VERSION %} +{% set number = "6" %} +{% set

[GitHub] [arrow] kszucs commented on a change in pull request #7497: ARROW-8149: [C++/Python] Enable CUDA Support in conda recipes

2020-06-22 Thread GitBox
kszucs commented on a change in pull request #7497: URL: https://github.com/apache/arrow/pull/7497#discussion_r443444034 ## 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