You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SWDEV-555589 - Edit zlib and zstd source code to create libraries with updated name (ROCm#1539)
The renamed and patchelf edited libraries in ROCk artifacts are not
providing the symbol version tag. This was resulting in rpm package
installation failure.
Patch will create the library with the updated name. Patchelf editing is
not required.
librocm_sysdeps_z and librocm_sysdeps_zstd libraries will be created as
part of zlib and zstd builds
## Motivation
The patchelf edited libraries are not providing the symbol version tag
## Technical Details
Rather than editing libraries to update soname , create libraries with
the updated name by editing the target name in source code
## Test Plan
Verified the elfdeps provides field of the libraries.
## Test Result
Required symbol version tags are provided by the libraries
## Submission Checklist
- [ ] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
---------
Co-authored-by: raramakr <raramakr@amd.com>
0 commit comments