Skip to content

Commit

Permalink
Collapse zlib builds again (#120)
Browse files Browse the repository at this point in the history
* Revert "Add two build for zlib 1.3 and 1.2 (#115)"

This reverts commit 055c3b9.

* bump build number

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.1, and conda-forge-pinning 2024.06.03.19.07.16
  • Loading branch information
h-vetinari authored Jun 5, 2024
1 parent 320c9eb commit 91bff91
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 266 deletions.
24 changes: 6 additions & 18 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
31 changes: 0 additions & 31 deletions .ci_support/linux_64_zlib1.3.yaml

This file was deleted.

File renamed without changes.
35 changes: 0 additions & 35 deletions .ci_support/linux_aarch64_zlib1.3.yaml

This file was deleted.

File renamed without changes.
31 changes: 0 additions & 31 deletions .ci_support/linux_ppc64le_zlib1.3.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .ci_support/osx_64_zlib1.2.yaml → .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
VERBOSE_AT:
- V=1
c_compiler:
Expand Down
28 changes: 0 additions & 28 deletions .ci_support/osx_64_zlib1.3.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
MACOSX_SDK_VERSION:
- '11.0'
VERBOSE_AT:
- V=1
c_compiler:
Expand Down
28 changes: 0 additions & 28 deletions .ci_support/osx_arm64_zlib1.3.yaml

This file was deleted.

File renamed without changes.
16 changes: 0 additions & 16 deletions .ci_support/win_64_zlib1.3.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 12 additions & 54 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,3 @@ c_compiler: # [osx]
- clang_bootstrap # [osx]
cxx_compiler: # [osx]
- clang_bootstrap # [osx]

# 2024/03
# Avoiding a full migration for now
# https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/5443
zlib:
- '1.2'
- '1.3'
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
- 0002-Make-and-install-a-pkg-config-file-on-Windows.patch

build:
number: 0
number: 1
run_exports:
# remove symbols at minor versions according to
# https://abi-laboratory.pro/tracker/timeline/libxml2/
Expand Down

0 comments on commit 91bff91

Please sign in to comment.