Skip to content

Commit 0f84af4

Browse files
MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.34.0, and conda-forge-pinning 2024.03.27.17.58.50
1 parent 1644133 commit 0f84af4

File tree

47 files changed

+261
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+261
-159
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
c_stdlib:
2+
- sysroot
3+
c_stdlib_version:
4+
- '2.12'
15
cdt_name:
26
- cos6
37
channel_sources:
@@ -19,5 +23,5 @@ python:
1923
target_platform:
2024
- linux-64
2125
zip_keys:
22-
- - python
23-
- channel_sources
26+
- - c_stdlib_version
27+
- cdt_name

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
c_stdlib:
2+
- sysroot
3+
c_stdlib_version:
4+
- '2.12'
15
cdt_name:
26
- cos6
37
channel_sources:
@@ -19,5 +23,5 @@ python:
1923
target_platform:
2024
- linux-64
2125
zip_keys:
22-
- - python
23-
- channel_sources
26+
- - c_stdlib_version
27+
- cdt_name

.ci_support/linux_64_python3.12.____cpython.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
c_stdlib:
2+
- sysroot
3+
c_stdlib_version:
4+
- '2.12'
15
cdt_name:
26
- cos6
37
channel_sources:
4-
- conda-forge/label/python_rc,conda-forge
8+
- conda-forge
59
channel_targets:
610
- conda-forge main
711
cxx_compiler:
@@ -19,5 +23,5 @@ python:
1923
target_platform:
2024
- linux-64
2125
zip_keys:
22-
- - python
23-
- channel_sources
26+
- - c_stdlib_version
27+
- cdt_name

.ci_support/linux_64_python3.8.____cpython.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
c_stdlib:
2+
- sysroot
3+
c_stdlib_version:
4+
- '2.12'
15
cdt_name:
26
- cos6
37
channel_sources:
@@ -19,5 +23,5 @@ python:
1923
target_platform:
2024
- linux-64
2125
zip_keys:
22-
- - python
23-
- channel_sources
26+
- - c_stdlib_version
27+
- cdt_name

.ci_support/linux_64_python3.9.____73_pypy.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
c_stdlib:
2+
- sysroot
3+
c_stdlib_version:
4+
- '2.12'
15
cdt_name:
26
- cos6
37
channel_sources:
@@ -19,5 +23,5 @@ python:
1923
target_platform:
2024
- linux-64
2125
zip_keys:
22-
- - python
23-
- channel_sources
26+
- - c_stdlib_version
27+
- cdt_name

.ci_support/linux_64_python3.9.____cpython.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
c_stdlib:
2+
- sysroot
3+
c_stdlib_version:
4+
- '2.12'
15
cdt_name:
26
- cos6
37
channel_sources:
@@ -19,5 +23,5 @@ python:
1923
target_platform:
2024
- linux-64
2125
zip_keys:
22-
- - python
23-
- channel_sources
26+
- - c_stdlib_version
27+
- cdt_name

.ci_support/linux_aarch64_python3.10.____cpython.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
BUILD:
22
- aarch64-conda_cos7-linux-gnu
3+
c_stdlib:
4+
- sysroot
5+
c_stdlib_version:
6+
- '2.17'
37
cdt_arch:
48
- aarch64
59
cdt_name:
@@ -23,5 +27,5 @@ python:
2327
target_platform:
2428
- linux-aarch64
2529
zip_keys:
26-
- - python
27-
- channel_sources
30+
- - c_stdlib_version
31+
- cdt_name

0 commit comments

Comments
 (0)