Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Fix build of boost::iostreams zlib filter #115

Merged
merged 9 commits into from
Feb 6, 2022

Commits on Feb 5, 2022

  1. Build boost::iostreams with the zlib filter

    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 conda-forge#114.
    benmwebb committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    fdb74b8 View commit details
    Browse the repository at this point in the history
  2. MNT: Re-rendered with conda-build 3.21.8, conda-smithy 3.16.2, and co…

    …nda-forge-pinning 2022.02.05.21.28.19
    benmwebb committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    eb34644 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Configuration menu
    Copy the full SHA
    485a02a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e18473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a3096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1193c88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d9ec06 View commit details
    Browse the repository at this point in the history
  6. Update run_test.sh

    isuruf authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    d89bb86 View commit details
    Browse the repository at this point in the history
  7. Update meta.yaml

    isuruf authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    e0ce1c4 View commit details
    Browse the repository at this point in the history