Following DALI features needs to be enabled in CMake and dependencies needed to be added: - [ ] BUILD_CVCUDA https://github.com/conda-forge/nvidia-dali-python-feedstock/pull/64 - [x] BUILD_FFMPEG (we need to add FFmpeg to dependncies) https://github.com/conda-forge/nvidia-dali-python-feedstock/pull/39 - [x] BUILD_LIBSND (we need to add libsndfile) #38 - [x] BUILD_LIBTAR (we need to add libtar) #38 - [x] BUILD_LMDB (we need to add lmdb) #38 - [x] BUILD_NVDEC (we need to build with BUILD_FFMPEG ) https://github.com/conda-forge/nvidia-dali-python-feedstock/pull/39 - [x] BUILD_NVML (no additional dependency is involved) https://github.com/conda-forge/nvidia-dali-python-feedstock/pull/39 - [x] BUILD_NVOF (no additional dependency is involved) https://github.com/conda-forge/nvidia-dali-python-feedstock/pull/39 - [x] BUILD_NVTX (no additional dependency is involved) https://github.com/conda-forge/nvidia-dali-python-feedstock/pull/39 - [x] BUILD_NVCOMP (we need to add nvcomp) https://github.com/conda-forge/nvcomp-feedstock/pull/22 https://github.com/conda-forge/nvidia-dali-python-feedstock/pull/40 - [x] BUILD_AWSSDK (we need to add aws-sdk-cpp) #38 - [x] Freethreading https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/8314
Following DALI features needs to be enabled in CMake and dependencies needed to be added: