Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
cd0a714
BLD: Split recipe into nvidia-dali-native + nvidia-dali-python outputs
JanuszL Apr 22, 2026
b257080
Rerender
JanuszL Apr 22, 2026
dcad575
Address DALI split package review
JanuszL Apr 27, 2026
a1b990b
Further improvements
JanuszL Apr 28, 2026
252848f
Fix
JanuszL Apr 28, 2026
9004e68
Customize for tegra
JanuszL May 7, 2026
19f180b
MNT: Re-rendered with conda-smithy 3.61.2 and conda-forge-pinning 202…
carterbox May 7, 2026
f28fd88
REF: Combine build scripts into one script
carterbox May 7, 2026
3ccbfba
BLD: Trim dependencies
carterbox May 7, 2026
12f0e2c
DOC: Transfer the build script comments
carterbox May 8, 2026
094357e
REF: Add -dev output
carterbox May 8, 2026
29f92a3
DEV: Build a single arch for debugging
carterbox May 8, 2026
f5f6f07
NEW: Manually add freethreading migrator
carterbox Apr 13, 2026
bbd6205
BLD: Overwrite SP_DIR from conda-build
carterbox Apr 15, 2026
8907c4f
MNT: Re-rendered with conda-smithy 3.61.2 and conda-forge-pinning 202…
carterbox May 8, 2026
77dabad
Restore right sm builds
JanuszL May 8, 2026
41811f7
Add missing tegra sm
JanuszL May 8, 2026
f22c22d
DOC: Add feedstock-name to extras
carterbox May 8, 2026
2dd6aa4
Bugfix
JanuszL May 8, 2026
5bfa2a4
Move to 2.1.0 release
JanuszL May 21, 2026
1b6e79a
Use optree
JanuszL May 21, 2026
66ee6ee
Rename libdali-dev to libdali-devel in recipe.yaml
carterbox May 27, 2026
aa4d21a
MNT: Re-rendered with conda-smithy 3.62.0 and conda-forge-pinning 202…
May 27, 2026
c025a5b
BUG: libdali-dev -> libdali-devel
carterbox May 27, 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
215 changes: 0 additions & 215 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ cxx_compiler:
- gxx
cxx_compiler_version:
- '14'
dm_tree:
- <=0.1.9
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
ffmpeg:
Expand Down Expand Up @@ -60,6 +58,11 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.12.* *_cpython
- 3.13.* *_cp313
- 3.14.* *_cp314
- 3.14.* *_cp314t
six:
- '>=1.16,<=1.17'
target_platform:
Expand Down

This file was deleted.

This file was deleted.

Loading