Skip to content

Commit

Permalink
Just a test -- Test compatibility with zlib 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Mar 24, 2024
1 parent 61e5470 commit 06baf31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ outputs:
ignore_run_exports_from: # [unix]
# C++ only installed so CXX is defined for distutils/sysconfig.
- {{ compiler('cxx') }} # [unix]
- zlib
# Disabled until verified to work correctly
detect_binary_files_with_prefix: true
# detect_binary_files_with_prefix: False
Expand Down Expand Up @@ -162,12 +163,12 @@ outputs:
- tk # [build_platform != target_platform]
- readline # [build_platform != target_platform]
- ncurses # [build_platform != target_platform]
- zlib # [build_platform != target_platform]
- zlib 1.2.* # [build_platform != target_platform]
host:
- bzip2
- sqlite
- xz
- zlib
- zlib 1.2.*
- openssl
- readline # [not win]
- tk
Expand Down Expand Up @@ -199,6 +200,7 @@ outputs:
- {{ compiler('c') }}
# Tried to use enable_language(C) to avoid needing this. It does not work.
- {{ compiler('cxx') }}
- zlib 1.3.*
files:
- tests/cmake/*
- tests/cython/*
Expand Down

0 comments on commit 06baf31

Please sign in to comment.