We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/ROCm/rocAL/blob/develop/cmake/FindTurboJpeg.cmake Finds both TurboJpeg_LIBRARIES and LIBJPEG_LIBRARIES.
librocal is only linked with TurboJpeg_LIBRARIES https://github.com/ROCm/rocAL/blob/develop/rocAL/CMakeLists.txt#L247 librocal also needs to be linked with LIBJPEG_LIBRARIES
LIBJPEG_INCLUDE_DIRS should also be handled.
Fedora Rawhide
ALL
ROCm 6.3.3
No response
The text was updated successfully, but these errors were encountered:
Hi @trixirt. Internal ticket has been created to fix this issue. Thanks!
Sorry, something went wrong.
LakshmiKumar23
fgladwin
No branches or pull requests
Problem Description
https://github.com/ROCm/rocAL/blob/develop/cmake/FindTurboJpeg.cmake
Finds both TurboJpeg_LIBRARIES and LIBJPEG_LIBRARIES.
librocal is only linked with TurboJpeg_LIBRARIES
https://github.com/ROCm/rocAL/blob/develop/rocAL/CMakeLists.txt#L247
librocal also needs to be linked with LIBJPEG_LIBRARIES
LIBJPEG_INCLUDE_DIRS should also be handled.
Operating System
Fedora Rawhide
CPU
ALL
GPU
ALL
ROCm Version
ROCm 6.3.3
ROCm Component
No response
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: