Hi, Here's mine cheat-sheet for building pyarrow with CUDA support (using conda dependencies): https://github.com/Quansight/pearu-sandbox/blob/master/README-pyarrow.md HTH, Pearu
On Wed, Feb 13, 2019 at 12:11 AM Andrew Palumbo <[email protected]> wrote: > Hello, > I've been trying to build py-arrow with CUDA support, unsuccessfully for > some time. > I've tried the directions here: > > https://arrow.apache.org/docs/python/development.html#development > > with -DARROW_CUDA=ON in thr cmake build, with no luck. I'm running > Python3.6 on linux. > > I've gone through the cpp dir and the python dir and configured cmake with > ccmake; No luck. I have built py-arrow several times without CUDA support, > but am very interested in the numba integration. > > Is there anything Obvious that I am missing? > > Thanks, > > Andy > >
