Skip to content

Commit

Permalink
Add two build for zlib 1.3 and 1.2 (#115)
Browse files Browse the repository at this point in the history
* Add two build for zlib 1.3 and 1.2

* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.33.0, and conda-forge-pinning 2024.03.24.19.14.03
  • Loading branch information
hmaarrfk authored Mar 24, 2024
1 parent d6c08ce commit 055c3b9
Show file tree
Hide file tree
Showing 18 changed files with 233 additions and 25 deletions.
24 changes: 18 additions & 6 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: 10 additions & 4 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: 5 additions & 2 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.
24 changes: 24 additions & 0 deletions .ci_support/linux_64_zlib1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
VERBOSE_AT:
- V=1
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
icu:
- '73'
libiconv:
- '1'
target_platform:
- linux-64
xz:
- '5'
zlib:
- '1.3'
File renamed without changes.
28 changes: 28 additions & 0 deletions .ci_support/linux_aarch64_zlib1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
VERBOSE_AT:
- V=1
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
icu:
- '73'
libiconv:
- '1'
target_platform:
- linux-aarch64
xz:
- '5'
zlib:
- '1.3'
File renamed without changes.
24 changes: 24 additions & 0 deletions .ci_support/linux_ppc64le_zlib1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
VERBOSE_AT:
- V=1
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
icu:
- '73'
libiconv:
- '1'
target_platform:
- linux-ppc64le
xz:
- '5'
zlib:
- '1.3'
File renamed without changes.
24 changes: 24 additions & 0 deletions .ci_support/osx_64_zlib1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
VERBOSE_AT:
- V=1
c_compiler:
- clang_bootstrap
c_compiler_version:
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
icu:
- '73'
libiconv:
- '1'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
- osx-64
xz:
- '5'
zlib:
- '1.3'
File renamed without changes.
24 changes: 24 additions & 0 deletions .ci_support/osx_arm64_zlib1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
VERBOSE_AT:
- V=1
c_compiler:
- clang_bootstrap
c_compiler_version:
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
icu:
- '73'
libiconv:
- '1'
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
- osx-arm64
xz:
- '5'
zlib:
- '1.3'
File renamed without changes.
14 changes: 14 additions & 0 deletions .ci_support/win_64_zlib1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
VERBOSE_AT:
- V=1
c_compiler:
- vs2019
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
libiconv:
- '1'
target_platform:
- win-64
zlib:
- '1.3'
66 changes: 54 additions & 12 deletions README.md

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

7 changes: 7 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@ 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 055c3b9

Please sign in to comment.