Re: Building on Arrow CUDA

2019-07-31 Thread Uwe L. Korn
Hello Paul, you might want to look into https://github.com/conda-forge/conda-forge.github.io/issues/687 where CUDA support on conda-forge is dicussed. I'm not uptodate anymore on this but reading the whole issue should give you the current level of support. Once this is solved, adding cuda sup

Re: Building on Arrow CUDA

2019-07-25 Thread Wes McKinney
hi Paul, On Wed, Jul 24, 2019 at 3:07 PM Paul Taylor wrote: > > I'm looking at options to replace the custom Arrow logic in cuDF with > Arrow library calls. What's the recommended way to declare a dependency > on pyarrow/arrowcpp with CUDA support? > Well, for conda or wheel packages, we are not

Building on Arrow CUDA

2019-07-24 Thread Paul Taylor
I'm looking at options to replace the custom Arrow logic in cuDF with Arrow library calls. What's the recommended way to declare a dependency on pyarrow/arrowcpp with CUDA support? I see in the docs it says to build from source, but that's only an option for an (advanced) end-user. And buildin