Skip to content

RHEL-24851: Fix soname of the 64-bit version libraries

pastalian requested to merge pastalian/lapack:fix-soname into c9s

Merge Request Required Information

Summary of Changes

Build lib*64.so libraries with correct soname to avoid creating mangled symlinks (e.g., libblas.so.3 -> libblas64.so.3.9.0).

This issue arises because rpmbuild automatically generates a symbolic link baed on the soname.

This issue has been reported by multiple users.

Approved Development Ticket

All submissions to CentOS Stream must reference an approved ticket in Red Hat Jira. Please follow the CentOS Stream contribution documentation for how to file this ticket and have it approved.

Merge request reports

Loading