Skip to content

Commit 2a98476

Browse files
regro-cf-autotick-botjschueller
authored andcommitted
MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.06.15.21.41.23
1 parent 4c79366 commit 2a98476

15 files changed

+76
-30
lines changed

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

Lines changed: 1 addition & 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: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ c_compiler:
22
- gcc
33
c_compiler_version:
44
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
59
cdt_name:
610
- cos6
711
channel_sources:
@@ -15,9 +19,11 @@ cxx_compiler_version:
1519
docker_image:
1620
- quay.io/condaforge/linux-anvil-cos7-x86_64
1721
pcre2:
18-
- '10.43'
22+
- '10.44'
1923
target_platform:
2024
- linux-64
2125
zip_keys:
2226
- - c_compiler_version
2327
- cxx_compiler_version
28+
- - c_stdlib_version
29+
- cdt_name

.ci_support/linux_aarch64_.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ c_compiler:
44
- gcc
55
c_compiler_version:
66
- '12'
7+
c_stdlib:
8+
- sysroot
9+
c_stdlib_version:
10+
- '2.17'
711
cdt_arch:
812
- aarch64
913
cdt_name:
@@ -19,9 +23,11 @@ cxx_compiler_version:
1923
docker_image:
2024
- quay.io/condaforge/linux-anvil-cos7-x86_64
2125
pcre2:
22-
- '10.43'
26+
- '10.44'
2327
target_platform:
2428
- linux-aarch64
2529
zip_keys:
2630
- - c_compiler_version
2731
- cxx_compiler_version
32+
- - c_stdlib_version
33+
- cdt_name

.ci_support/linux_ppc64le_.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ c_compiler:
22
- gcc
33
c_compiler_version:
44
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
59
cdt_name:
610
- cos7
711
channel_sources:
@@ -15,9 +19,11 @@ cxx_compiler_version:
1519
docker_image:
1620
- quay.io/condaforge/linux-anvil-cos7-x86_64
1721
pcre2:
18-
- '10.43'
22+
- '10.44'
1923
target_platform:
2024
- linux-ppc64le
2125
zip_keys:
2226
- - c_compiler_version
2327
- cxx_compiler_version
28+
- - c_stdlib_version
29+
- cdt_name

.ci_support/migrations/pcre21043.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.ci_support/osx_64_.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.9'
2+
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
35
c_compiler:
46
- clang
57
c_compiler_version:
68
- '16'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '10.13'
713
channel_sources:
814
- conda-forge
915
channel_targets:
@@ -15,7 +21,7 @@ cxx_compiler_version:
1521
macos_machine:
1622
- x86_64-apple-darwin13.4.0
1723
pcre2:
18-
- '10.43'
24+
- '10.44'
1925
target_platform:
2026
- osx-64
2127
zip_keys:

.ci_support/osx_arm64_.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
MACOSX_DEPLOYMENT_TARGET:
22
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
35
c_compiler:
46
- clang
57
c_compiler_version:
68
- '16'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '11.0'
713
channel_sources:
814
- conda-forge
915
channel_targets:
@@ -15,7 +21,7 @@ cxx_compiler_version:
1521
macos_machine:
1622
- arm64-apple-darwin20.0.0
1723
pcre2:
18-
- '10.43'
24+
- '10.44'
1925
target_platform:
2026
- osx-arm64
2127
zip_keys:

.ci_support/win_64_.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
c_compiler:
22
- vs2019
3+
c_stdlib:
4+
- vs
35
channel_sources:
46
- conda-forge
57
channel_targets:
68
- conda-forge main
79
cxx_compiler:
810
- vs2019
911
pcre2:
10-
- '10.43'
12+
- '10.44'
1113
target_platform:
1214
- win-64

.gitattributes

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

0 commit comments

Comments
 (0)