Skip to content

Commit 9efcec8

Browse files
anjosdanielnachun
andauthored
Bump library version; Add run_exports (#9)
* Bump library version; Add run_exports * MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.41.1, and conda-forge-pinning 2024.10.04.13.32.50 * fix build * fix build * fix build * add run_exports --------- Co-authored-by: Daniel Nachun <[email protected]>
1 parent d35cc49 commit 9efcec8

24 files changed

+161
-60
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.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/README

Lines changed: 6 additions & 6 deletions
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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
59
cdt_name:
6-
- cos6
10+
- cos7
711
channel_sources:
812
- conda-forge
913
channel_targets:
@@ -12,3 +16,6 @@ docker_image:
1216
- quay.io/condaforge/linux-anvil-cos7-x86_64
1317
target_platform:
1418
- linux-64
19+
zip_keys:
20+
- - c_stdlib_version
21+
- cdt_name

.ci_support/linux_aarch64_.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ BUILD:
33
c_compiler:
44
- gcc
55
c_compiler_version:
6-
- '12'
6+
- '13'
7+
c_stdlib:
8+
- sysroot
9+
c_stdlib_version:
10+
- '2.17'
711
cdt_arch:
812
- aarch64
913
cdt_name:
@@ -16,3 +20,6 @@ docker_image:
1620
- quay.io/condaforge/linux-anvil-aarch64
1721
target_platform:
1822
- linux-aarch64
23+
zip_keys:
24+
- - c_stdlib_version
25+
- cdt_name

.ci_support/linux_ppc64le_.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '12'
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
59
cdt_name:
610
- cos7
711
channel_sources:
@@ -12,3 +16,6 @@ docker_image:
1216
- quay.io/condaforge/linux-anvil-ppc64le
1317
target_platform:
1418
- linux-ppc64le
19+
zip_keys:
20+
- - c_stdlib_version
21+
- cdt_name

.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:
6-
- '16'
8+
- '17'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '10.13'
713
channel_sources:
814
- conda-forge
915
channel_targets:

.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:
6-
- '16'
8+
- '17'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '11.0'
713
channel_sources:
814
- conda-forge
915
channel_targets:

.ci_support/win_64_.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
c_compiler:
22
- vs2019
3+
c_stdlib:
4+
- vs
35
channel_sources:
46
- conda-forge
57
channel_targets:

0 commit comments

Comments
 (0)