Issue while building NVIDIA-DALI with source

Hello,

I am facing error while doing cmake for NVIDIA-DALI library on ubuntu version. Am following the steps from the followig link

[url]https://github.com/NVIDIA/DALI[/url]

Here is the below errors am facing while doing “cmake …

PC@dev_A:~/DALI_NVIDIA/dali/build$ cmake …

– DALI version: 0.10.0dev
Failed to find LLVM FileCheck
– git Version: v1.4.0-505be96a
– Version: 1.4.0
– Performing Test HAVE_STD_REGEX – success
– Performing Test HAVE_GNU_POSIX_REGEX – failed to compile
– Performing Test HAVE_POSIX_REGEX – success
– Performing Test HAVE_STEADY_CLOCK – success
strings: ‘NVJPEG_LIBRARY-NOTFOUND’: No such file
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find NVJPEG: Found unsuitable version “”, but required is at
least “9.0” (found NVJPEG_INCLUDE_DIR-NOTFOUND)
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:376 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindNVJPEG.cmake:30 (find_package_handle_standard_args)
cmake/Dependencies.cmake:33 (find_package)
CMakeLists.txt:45 (include)

– Configuring incomplete, errors occurred!
See also “/home/DALI_NVIDIA/dali/build/CMakeFiles/CMakeOutput.log”.
See also “/home/DALI_NVIDIA/dali/build/CMakeFiles/CMakeError.log”.

Please help me with this

Hi,
Sorry for the late response, we expect to get the questions on GitHub directly.
I recommend using dockerized build according to this guide.