man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.23k stars 79 forks source link

conda-build: Replace `boost-cpp` with `libboost-devel` #1653

Closed jjerphan closed 4 days ago

jjerphan commented 1 week ago

Reference Issues/PRs

What does this implement or fix?

First seen as required on the feedstock (see https://github.com/conda-forge/arcticdb-feedstock/pull/233/commits/3a081e6f883cf96c068ffb252435795cc3658c05).

Any other comments?

Checklist

Checklist for code changes... - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?