conda-forge / pyarrow-feedstock

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

Use arrow-cpp's run_export #94

Closed jakirkham closed 4 years ago

jakirkham commented 4 years ago

Makes sure we use arrow-cpp's run_export to determine the version of arrow-cpp we use at runtime.

Checklist

Fixes https://github.com/conda-forge/pyarrow-feedstock/issues/93

xref: https://github.com/conda-forge/conda-forge-pinning-feedstock/issues/321#issuecomment-550536461

conda-forge-linter commented 4 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jakirkham commented 4 years ago

From the docs...

By default, with the pin_compatible('package_name') function, conda-build pins to your current version and less than the next major version.

So this would be a much looser pin than we have in run_exports currently as it would allow anything up to (but excluding) arrow-cpp 2.

xhochy commented 4 years ago

😱that was then not so good. Glad this is fixed now.

jakirkham commented 4 years ago

No worries. We are handling it quickly and the number of packages affected is small. 🙂