Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.1, and co…
Browse files Browse the repository at this point in the history
…nda-forge-pinning 2024.04.26.08.46.42
  • Loading branch information
regro-cf-autotick-bot committed Apr 26, 2024
1 parent 3ae316e commit 424b6af
Show file tree
Hide file tree
Showing 16 changed files with 81 additions and 33 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

9 changes: 8 additions & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -13,7 +17,7 @@ channel_targets:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxml2:
- '2.12'
- '2'
lz4_c:
- 1.9.3
lzo:
Expand All @@ -24,6 +28,9 @@ target_platform:
- linux-64
xz:
- '5'
zip_keys:
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
zstd:
Expand Down
9 changes: 8 additions & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -17,7 +21,7 @@ channel_targets:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxml2:
- '2.12'
- '2'
lz4_c:
- 1.9.3
lzo:
Expand All @@ -28,6 +32,9 @@ target_platform:
- linux-aarch64
xz:
- '5'
zip_keys:
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
zstd:
Expand Down
9 changes: 8 additions & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -13,7 +17,7 @@ channel_targets:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxml2:
- '2.12'
- '2'
lz4_c:
- 1.9.3
lzo:
Expand All @@ -24,6 +28,9 @@ target_platform:
- linux-ppc64le
xz:
- '5'
zip_keys:
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
zstd:
Expand Down
7 changes: 0 additions & 7 deletions .ci_support/migrations/libxml2212.yaml

This file was deleted.

6 changes: 5 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
libiconv:
- '1'
libxml2:
- '2.12'
- '2'
lz4_c:
- 1.9.3
lzo:
Expand Down
6 changes: 5 additions & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ c_compiler:
- clang
c_compiler_version:
- '16'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
libiconv:
- '1'
libxml2:
- '2.12'
- '2'
lz4_c:
- 1.9.3
lzo:
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ bzip2:
- '1'
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
libxml2:
- '2.12'
- '2'
lz4_c:
- 1.9.3
lzo:
Expand Down
25 changes: 23 additions & 2 deletions .gitignore

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

12 changes: 3 additions & 9 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

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

4 changes: 2 additions & 2 deletions azure-pipelines.yml

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

5 changes: 3 additions & 2 deletions build-locally.py

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

0 comments on commit 424b6af

Please sign in to comment.