Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ astunparse:
aws_sdk_cpp:
- 1.11.747
black:
- 25.*
- 26.*
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cfitsio:
- 4.6.3
- 4.6.4
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -31,7 +31,7 @@ gast:
libabseil:
- '20260107'
libboost_headers:
- 1.89.*
- '1.90'
libjpeg_turbo:
- '3'
libnvcomp:
Expand All @@ -51,7 +51,7 @@ libtiff:
lmdb:
- 0.9.29
packaging:
- <=25.0
- <=26.0
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ astunparse:
aws_sdk_cpp:
- 1.11.747
black:
- 25.*
- 26.*
c_stdlib:
- sysroot
c_stdlib_version:
- '2.28'
cfitsio:
- 4.6.3
- 4.6.4
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -31,7 +31,7 @@ gast:
libabseil:
- '20260107'
libboost_headers:
- 1.89.*
- '1.90'
libjpeg_turbo:
- '3'
libnvcomp:
Expand All @@ -51,7 +51,7 @@ libtiff:
lmdb:
- 0.9.29
packaging:
- <=25.0
- <=26.0
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ astunparse:
aws_sdk_cpp:
- 1.11.747
black:
- 25.*
- 26.*
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cfitsio:
- 4.6.3
- 4.6.4
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -33,7 +33,7 @@ gast:
libabseil:
- '20260107'
libboost_headers:
- 1.89.*
- '1.90'
libjpeg_turbo:
- '3'
libnvcomp:
Expand All @@ -53,7 +53,7 @@ libtiff:
lmdb:
- 0.9.29
packaging:
- <=25.0
- <=26.0
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ astunparse:
aws_sdk_cpp:
- 1.11.747
black:
- 25.*
- 26.*
c_stdlib:
- sysroot
c_stdlib_version:
- '2.28'
cfitsio:
- 4.6.3
- 4.6.4
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -33,7 +33,7 @@ gast:
libabseil:
- '20260107'
libboost_headers:
- 1.89.*
- '1.90'
libjpeg_turbo:
- '3'
libnvcomp:
Expand All @@ -53,7 +53,7 @@ libtiff:
lmdb:
- 0.9.29
packaging:
- <=25.0
- <=26.0
pin_run_as_build:
python:
min_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ astunparse:
aws_sdk_cpp:
- 1.11.747
black:
- 25.*
- 26.*
c_stdlib:
- sysroot
c_stdlib_version:
- '2.34'
cfitsio:
- 4.6.3
- 4.6.4
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -33,7 +33,7 @@ gast:
libabseil:
- '20260107'
libboost_headers:
- 1.89.*
- '1.90'
libjpeg_turbo:
- '3'
libnvcomp:
Expand All @@ -53,7 +53,7 @@ libtiff:
lmdb:
- 0.9.29
packaging:
- <=25.0
- <=26.0
pin_run_as_build:
python:
min_pin: x.x
Expand Down
8 changes: 8 additions & 0 deletions .ci_support/migrations/cfitsio464.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__migrator:
build_number: 1
commit_message: Rebuild for cfitsio 4.6.4
kind: version
migration_number: 1
cfitsio:
- 4.6.4
migrator_ts: 1777485412.704508
12 changes: 12 additions & 0 deletions .ci_support/migrations/libboost190.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
__migrator:
build_number: 1
kind: version
commit_message: "Rebuild for libboost 1.90"
migration_number: 1
libboost_devel:
- "1.90"
libboost_headers:
- "1.90"
libboost_python_devel:
- "1.90"
migrator_ts: 1776998221.848913
6 changes: 3 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ libnvcomp:
- "5.1.0.*"
# https://github.com/NVIDIA/DALI/tree/main/third_party
libboost_headers:
- "1.89.*"
- "1.90"
# https://github.com/NVIDIA/DALI/blob/main/dali/python/setup.py.in
astunparse:
- ">=1.6.0,<=1.6.3"
Expand All @@ -16,7 +16,7 @@ gast:
six:
- ">=1.16,<=1.17"
packaging:
- "<=25.0"
- "<=26.0"
# https://github.com/NVIDIA/DALI/blob/v1.47.0/pyproject.toml
black:
- "25.*"
- "26.*"
8 changes: 4 additions & 4 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source:
target_directory: third_party/ffts

build:
number: 0
number: 1
skip:
- cuda_compiler_version == "None"
- win
Expand Down Expand Up @@ -72,7 +72,7 @@ outputs:
- ffmpeg
- ffmpeg * lgpl*
- libabseil
- libboost-headers ${{ libboost_headers }}
- libboost-headers ${{ libboost_headers }}.*
- libjpeg-turbo
- if: (arm_variant_type | default("")) != "tegra"
then:
Expand Down Expand Up @@ -140,7 +140,7 @@ outputs:
# - libcufile
# - libnpp
# - libnvjpeg
- libboost-headers ${{ libboost_headers }}
- libboost-headers ${{ libboost_headers }}.*
- if: (arm_variant_type | default("")) != "tegra"
then:
- libnvcomp ${{ libnvcomp }}
Expand Down Expand Up @@ -263,7 +263,7 @@ outputs:
- cuda-version ${{ cuda_compiler_version }}.*
- cutlass
- dlpack
- libboost-headers ${{ libboost_headers }}
- libboost-headers ${{ libboost_headers }}.*
- libnvjpeg2k-dev ${{ libnvjpeg2k }}
- libprotobuf
- libprotobuf-static
Expand Down