Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0196f38
ENH: Migrate recipe to v1 format for rattler-build
acosmicflamingo May 21, 2026
44c3d69
Explicitly state 'rattler-build' as conda_build_tool
acosmicflamingo May 24, 2026
338f358
MNT: Re-rendered with conda-smithy 3.61.2 and conda-forge-pinning 202…
May 24, 2026
1b10b5a
Set conda_install_tool to pixi in conda-forge.yml
acosmicflamingo May 24, 2026
150fb71
MNT: Re-rendered with conda-smithy 3.61.2 and conda-forge-pinning 202…
acosmicflamingo May 24, 2026
60e3033
Fix conditional aarch64 logic when setting target_name
acosmicflamingo May 24, 2026
d3717f9
Finalize recipe.yaml
acosmicflamingo May 24, 2026
ccd7ad0
Move test with numpy dependency to test script section
acosmicflamingo May 24, 2026
8896295
Fix typo with win64 target name
acosmicflamingo May 25, 2026
d008d92
Ensure 'is_freethreading' is detected by conda-smithy
acosmicflamingo May 25, 2026
191c513
Remove problematic line
acosmicflamingo May 26, 2026
8b9f951
MNT: Re-rendered with conda-smithy 3.62.0 and conda-forge-pinning 202…
May 26, 2026
8d817eb
Minor recipe fixes
acosmicflamingo May 26, 2026
34916b6
Add safeguards for undefined variables for conda-smithy
acosmicflamingo May 26, 2026
c4cbc7b
Incorporate suggestions of @kkraus14
acosmicflamingo May 27, 2026
45ab6b9
Remove freethreading reference interfering with noarch behavior
acosmicflamingo May 27, 2026
7a729b4
MNT: Re-rendered with conda-smithy 3.62.0 and conda-forge-pinning 202…
May 27, 2026
1a12304
Merge remote-tracking branch 'upstream/main' into migrate-to-v1
acosmicflamingo May 27, 2026
92661dd
Merge remote-tracking branch 'upstream/main' into migrate-to-v1
acosmicflamingo May 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,21 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
is_freethreading:
- false
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
- 3.14.* *_cp314t
python_min:
- '3.10'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- is_freethreading

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
is_freethreading:
- false
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -33,5 +29,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
is_freethreading:
- false
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -33,5 +29,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
is_freethreading:
- false
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -33,5 +29,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
is_freethreading:
- false
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -33,5 +29,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
is_freethreading:
- false
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -33,5 +29,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ cxx_compiler_version:
- '14'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
is_freethreading:
- true
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -33,5 +29,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- is_freethreading
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2022
is_freethreading:
- false
numpy:
- '2'
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -22,6 +18,3 @@ python_min:
- '3.10'
target_platform:
- win-64
zip_keys:
- - python
- is_freethreading
Loading