Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e022f80
ENH: Migrate recipe to v1 format for rattler-build
acosmicflamingo Jun 4, 2026
fcb0155
MNT: Re-rendered with conda-smithy 2026.5.29 and conda-forge-pinning …
Jun 4, 2026
4e01c07
Fix libcudla and libnvfatbin runtime versions
acosmicflamingo Jun 4, 2026
b9dafd9
Remove libcudla (only supports CTK >= 13.1)
acosmicflamingo Jun 4, 2026
8b9e0c1
Sync build_output.bat with version in main branch
acosmicflamingo Jun 4, 2026
2f2170e
Remove 'import cuda.bindings.cudla' tests
acosmicflamingo Jun 4, 2026
0ae50dc
Re-add compiler toolchain to test dependencies
acosmicflamingo Jun 4, 2026
1b0ddfd
MNT: Re-rendered with conda-smithy 2026.6.14 and conda-forge-pinning …
acosmicflamingo Jun 23, 2026
66e60b6
Fix missing linux-aarch64 support
acosmicflamingo Jun 23, 2026
2713050
Treat cufile_supported variable as actual boolean
acosmicflamingo Jun 23, 2026
e93ed2c
Downgrade gcc_linux-aarch64 for older CUDA 12.x compatibility
acosmicflamingo Jun 23, 2026
3e83137
Revert "Downgrade gcc_linux-aarch64 for older CUDA 12.x compatibility"
acosmicflamingo Jun 24, 2026
dffd206
Remove compiler-toolchain from test-time dependencies
acosmicflamingo Jun 24, 2026
155e993
Make libnvfatbin runtime dep only when not aarch64 or cufile_supported
acosmicflamingo Jun 24, 2026
fd3715c
Re-add compiler-toolchain as test-time dependency for Windows only
acosmicflamingo Jun 24, 2026
9981061
Bring recipe.yaml to full parity with meta.yaml
acosmicflamingo Jun 24, 2026
956d742
Fix upper_bound typo in cuda-nvrtc pinning
acosmicflamingo Jun 24, 2026
7610f94
Make libnvfatbin optional runtime dep for cuda-version compatibility
acosmicflamingo Jun 24, 2026
70b9702
Migrate to workflow_settings
acosmicflamingo Jun 24, 2026
866777b
Add libnvfatbin to host dependencies
acosmicflamingo Jun 24, 2026
2a15db7
Remove cuda-core from cuda-python runtime dependencies
acosmicflamingo Jun 25, 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
146 changes: 0 additions & 146 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

80 changes: 59 additions & 21 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 @@ -11,17 +11,13 @@ channel_sources:
channel_targets:
- conda-forge main
cufile_supported:
- 'True'
- true
cxx_compiler:
- gxx
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 @@ -35,5 +31,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 @@ -11,17 +11,13 @@ channel_sources:
channel_targets:
- conda-forge main
cufile_supported:
- 'True'
- true
cxx_compiler:
- gxx
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 @@ -35,5 +31,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 @@ -11,17 +11,13 @@ channel_sources:
channel_targets:
- conda-forge main
cufile_supported:
- 'True'
- true
cxx_compiler:
- gxx
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 @@ -35,5 +31,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 @@ -11,17 +11,13 @@ channel_sources:
channel_targets:
- conda-forge main
cufile_supported:
- 'True'
- true
cxx_compiler:
- gxx
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 @@ -35,5 +31,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 @@ -11,17 +11,13 @@ channel_sources:
channel_targets:
- conda-forge main
cufile_supported:
- 'True'
- true
cxx_compiler:
- gxx
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 @@ -35,5 +31,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- is_freethreading
Loading
Loading