conda-forge / boost-cpp-feedstock

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

Fix build of boost::iostreams zlib filter #123

Closed benmwebb closed 2 years ago

benmwebb commented 2 years ago

Explicitly add zlib to the requirements so that boost::iostreams gets built with the zlib filter. This was being pulled in implicitly at one point but recently stopped working; make it explicit. Add a compile+link test to make sure the final library includes the necessary symbols. Closes #122.

This is essentially the same as PR #115 (which fixed the issue for the 1.74.x branch) but for the main branch.

Checklist

conda-forge-linter commented 2 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 2 years ago

Thanks Ben! 😄

Let's get this in. Will follow up on the Conda-Build issue separately.