Skip to content

Commit

Permalink
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.43.0, and co…
Browse files Browse the repository at this point in the history
…nda-forge-pinning 2024.10.31.07.03.28
  • Loading branch information
conda-forge-webservices[bot] committed Oct 31, 2024
1 parent 7ea16cb commit 83aae95
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .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:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -16,3 +20,6 @@ perl:
- 5.32.1
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
29 changes: 29 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
perl:
- 5.32.1
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
25 changes: 25 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
perl:
- 5.32.1
target_platform:
- linux-ppc64le
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ c_compiler:
- clang
c_compiler_version:
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
30 changes: 30 additions & 0 deletions .travis.yml

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

23 changes: 22 additions & 1 deletion README.md

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

0 comments on commit 83aae95

Please sign in to comment.