Skip to content

Commit 6c7ae6c

Browse files
author
conda-forge-webservices[bot]
committed
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.42.2, and conda-forge-pinning 2024.10.15.03.09.35
1 parent a163e50 commit 6c7ae6c

10 files changed

+194
-4
lines changed

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

Lines changed: 12 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: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
cdt_name:
10+
- cos7
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
docker_image:
16+
- quay.io/condaforge/linux-anvil-cos7-x86_64
17+
pin_run_as_build:
18+
python:
19+
min_pin: x.x
20+
max_pin: x.x
21+
python:
22+
- 3.13.* *_cp313
23+
target_platform:
24+
- linux-64
25+
zip_keys:
26+
- - c_stdlib_version
27+
- cdt_name
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '13'
7+
c_stdlib:
8+
- sysroot
9+
c_stdlib_version:
10+
- '2.17'
11+
cdt_arch:
12+
- aarch64
13+
cdt_name:
14+
- cos7
15+
channel_sources:
16+
- conda-forge
17+
channel_targets:
18+
- conda-forge main
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
pin_run_as_build:
22+
python:
23+
min_pin: x.x
24+
max_pin: x.x
25+
python:
26+
- 3.13.* *_cp313
27+
target_platform:
28+
- linux-aarch64
29+
zip_keys:
30+
- - c_stdlib_version
31+
- cdt_name
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '13'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.17'
9+
cdt_name:
10+
- cos7
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
docker_image:
16+
- quay.io/condaforge/linux-anvil-cos7-x86_64
17+
pin_run_as_build:
18+
python:
19+
min_pin: x.x
20+
max_pin: x.x
21+
python:
22+
- 3.13.* *_cp313
23+
target_platform:
24+
- linux-ppc64le
25+
zip_keys:
26+
- - c_stdlib_version
27+
- cdt_name
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '10.13'
3+
MACOSX_SDK_VERSION:
4+
- '10.13'
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '17'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '10.13'
13+
channel_sources:
14+
- conda-forge
15+
channel_targets:
16+
- conda-forge main
17+
macos_machine:
18+
- x86_64-apple-darwin13.4.0
19+
pin_run_as_build:
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- 3.13.* *_cp313
25+
target_platform:
26+
- osx-64
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
MACOSX_DEPLOYMENT_TARGET:
2+
- '11.0'
3+
MACOSX_SDK_VERSION:
4+
- '11.0'
5+
c_compiler:
6+
- clang
7+
c_compiler_version:
8+
- '17'
9+
c_stdlib:
10+
- macosx_deployment_target
11+
c_stdlib_version:
12+
- '11.0'
13+
channel_sources:
14+
- conda-forge
15+
channel_targets:
16+
- conda-forge main
17+
macos_machine:
18+
- arm64-apple-darwin20.0.0
19+
pin_run_as_build:
20+
python:
21+
min_pin: x.x
22+
max_pin: x.x
23+
python:
24+
- 3.13.* *_cp313
25+
target_platform:
26+
- osx-arm64

.scripts/build_steps.sh

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

.scripts/run_osx_build.sh

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

README.md

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

0 commit comments

Comments
 (0)