conda-forge / pyarrow-feedstock

A conda-smithy repository for pyarrow.
BSD 3-Clause "New" or "Revised" License
6 stars 26 forks source link

pyarrow should be an output of arrow-cpp #107

Closed pearu closed 4 years ago

pearu commented 4 years ago

Issue:

https://github.com/conda-forge/pyarrow-feedstock/pull/101#issuecomment-629475808

Discussion:

Ideally, arrow-cpp and pyarrow packages should be built in sync whenever a new arrow update will be available. To ensure that, pyarrow ought to be added to arrow-cpp as the third output.

h-vetinari commented 4 years ago

I agree that this would be cleaner. It's all built from the same source anyway.

jakirkham commented 4 years ago

Agree this would make sense.

jakirkham commented 4 years ago

cc @conda-forge/arrow-cpp

xhochy commented 4 years ago

Happy to have that all in a single recipe as long as someone volunteers to build it ;)