NVIDIA/DALI_deps
Shell
Captured source
source ↗NVIDIA/DALI_deps
Description: 3rd party dependencies for DALI project
Language: Shell
License: Apache-2.0
Stars: 11
Forks: 26
Open issues: 0
Created: 2021-03-15T15:18:43Z
Pushed: 2026-06-09T13:17:03Z
Default branch: main
Fork: no
Archived: no
README: NVIDIA DALI =========== This repository contains extra dependencies required to setup a whole development environment for NVIDIA DALI project.
To obtain only the required code for DALI build (without unnecessary git history) please:
.. code-block:: bash
git clone https://github.com/NVIDIA/DALI_deps git submodule init git submodule update --depth 1 --recursive
The repository consists mostly of externally hosted subrepositories:
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | Repository | Version | License | +==============================================================================+===================================================================================================================+=====================================================================================================================+ | libsndfile _ | 1.2.2 _ | LGPL v2.1 license _ | | | (Source Snapshot) _ | | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | vorbis _ | 1.3.7 _ | BSD-3 license _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | ogg _ | 1.3.6 _ | BSD-3 license _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | flac _ | 1.5.0 with cross-compilation patch _ | BSD-3 license (+ GPL for utils, not used by DALI) _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | opus _ | 1.6.1 _ | BSD-3 license _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | FFmpeg _ | 8.1.1 _ | LGPL v2.1 license _ | | | (Source Snapshot) _ | | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | OpenCV _ | 4.13.0 _ | Apache License 2.0 _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | zstd _ | 1.5.7 _ | BSD-3 license _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | liblmdb _ | 0.9.35 _ | OpenLDAP Public License _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | protobuf _ | 34.1 _ | BSD-3 license _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | zlib _ | 1.3.2 _ | zlib License _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | libtar _ | 1.2.20 + patches (master) _ | BSD-3 license _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | cfitsio _ | 4.6.4 _ | MIT-like license (NASA) _ | +------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+ | curl _ | 8.20.0 _ | CURL license _ |…
Excerpt shown — open the source for the full document.