Skip to content

Commit 66dec78

Browse files
acosmicflamingoconda-forge-webservices[bot]
andauthored
ENH: Migrate recipe to v1 format for rattler-build (#183)
* ENH: Migrate recipe to v1 format for rattler-build * Explicitly state 'rattler-build' as conda_build_tool * MNT: Re-rendered with conda-smithy 3.61.2 and conda-forge-pinning 2026.05.23.20.09.3 * Set conda_install_tool to pixi in conda-forge.yml * MNT: Re-rendered with conda-smithy 3.61.2 and conda-forge-pinning 2026.05.23.20.09.33 * Fix conditional aarch64 logic when setting target_name * Finalize recipe.yaml * Move test with numpy dependency to test script section * Fix typo with win64 target name * Ensure 'is_freethreading' is detected by conda-smithy * Remove problematic line * MNT: Re-rendered with conda-smithy 3.62.0 and conda-forge-pinning 2026.05.24.12.35.1 * Minor recipe fixes * Add safeguards for undefined variables for conda-smithy * Incorporate suggestions of @kkraus14 * Remove freethreading reference interfering with noarch behavior * MNT: Re-rendered with conda-smithy 3.62.0 and conda-forge-pinning 2026.05.27.05.30.0 --------- Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
1 parent 54a1716 commit 66dec78

30 files changed

Lines changed: 470 additions & 637 deletions

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

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

.ci_support/linux_64_is_freethreadingfalsepython3.10.____cpython.yaml renamed to .ci_support/linux_64_.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,21 @@ cxx_compiler_version:
1616
- '14'
1717
docker_image:
1818
- quay.io/condaforge/linux-anvil-x86_64:alma9
19-
is_freethreading:
20-
- false
21-
numpy:
22-
- '2'
2319
pin_run_as_build:
2420
python:
2521
min_pin: x.x
2622
max_pin: x.x
2723
python:
2824
- 3.10.* *_cpython
25+
- 3.11.* *_cpython
26+
- 3.12.* *_cpython
27+
- 3.13.* *_cp313
28+
- 3.14.* *_cp314
29+
- 3.14.* *_cp314t
2930
python_min:
3031
- '3.10'
3132
target_platform:
3233
- linux-64
3334
zip_keys:
3435
- - c_compiler_version
3536
- cxx_compiler_version
36-
- - python
37-
- is_freethreading

.ci_support/linux_64_is_freethreadingfalsepython3.11.____cpython.yaml

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

.ci_support/linux_64_is_freethreadingfalsepython3.12.____cpython.yaml

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

.ci_support/linux_64_is_freethreadingfalsepython3.13.____cp313.yaml

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

.ci_support/linux_64_is_freethreadingfalsepython3.14.____cp314.yaml

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

.ci_support/linux_64_is_freethreadingtruepython3.14.____cp314t.yaml

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

.ci_support/linux_aarch64_is_freethreadingfalsepython3.10.____cpython.yaml renamed to .ci_support/linux_aarch64_python3.10.____cpython.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ cxx_compiler_version:
1616
- '14'
1717
docker_image:
1818
- quay.io/condaforge/linux-anvil-x86_64:alma9
19-
is_freethreading:
20-
- false
21-
numpy:
22-
- '2'
2319
pin_run_as_build:
2420
python:
2521
min_pin: x.x
@@ -33,5 +29,3 @@ target_platform:
3329
zip_keys:
3430
- - c_compiler_version
3531
- cxx_compiler_version
36-
- - python
37-
- is_freethreading

.ci_support/linux_aarch64_is_freethreadingfalsepython3.11.____cpython.yaml renamed to .ci_support/linux_aarch64_python3.11.____cpython.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ cxx_compiler_version:
1616
- '14'
1717
docker_image:
1818
- quay.io/condaforge/linux-anvil-x86_64:alma9
19-
is_freethreading:
20-
- false
21-
numpy:
22-
- '2'
2319
pin_run_as_build:
2420
python:
2521
min_pin: x.x
@@ -33,5 +29,3 @@ target_platform:
3329
zip_keys:
3430
- - c_compiler_version
3531
- cxx_compiler_version
36-
- - python
37-
- is_freethreading

.ci_support/linux_aarch64_is_freethreadingfalsepython3.12.____cpython.yaml renamed to .ci_support/linux_aarch64_python3.12.____cpython.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ cxx_compiler_version:
1616
- '14'
1717
docker_image:
1818
- quay.io/condaforge/linux-anvil-x86_64:alma9
19-
is_freethreading:
20-
- false
21-
numpy:
22-
- '2'
2319
pin_run_as_build:
2420
python:
2521
min_pin: x.x
@@ -33,5 +29,3 @@ target_platform:
3329
zip_keys:
3430
- - c_compiler_version
3531
- cxx_compiler_version
36-
- - python
37-
- is_freethreading

0 commit comments

Comments
 (0)