Jeremy Newton
Jeremy Newton
See pull request #145, fixes some english translations
This has been merged into the upcoming release, thanks!
FYI it'll actually land over here because we're moving this into rocr: https://github.com/ROCm/ROCR-Runtime/commits/amd-staging/ There's a slight delay to mirror from internal to external git.
re: issue with zlib on minizip-ng 4, it seems like the pkgconfig file was changed and cmake doesn't correctly pull in the zlib link dependency correctly. Perhaps moving it to...
> I don't think this is correct. Under modern cmake, the include dir should be attached to the imported target, and setting it as a dependency automatically forwards that include...
You know maybe the cmake implementation of pkgconfig is either limited or buggy. I'm curious why pkgconfig is used for both zlib and minizip, when I believe both have cmake...
Couldn't reproduce it on 2503, so closing
Honestly, a lot of the /opt/rocm paths could be replaced with @CMAKE_INSTALL_PREFIX@ with templating (see https://cmake.org/cmake/help/latest/command/configure_file.html)
> However, building this results in a dependency error: libva is in the Appstream repo provided for RHEL 9; I suspect this image only has BaseOS enabled. If you want...
> I think I have found a workaround by adding the flag `--accept-eula` > > ```shell > sudo amdgpu-install -y --usecase=workstation,amf --opencl=rocr --vulkan=pro --accept-eula > ``` Normally it should prompt...