OpenSubdiv icon indicating copy to clipboard operation
OpenSubdiv copied to clipboard

SONAME is incorrect

Open yurivict opened this issue 3 years ago • 2 comments
trafficstars

SONAME is set to libosdCPU.so.3.4.4. It is supposed to be libosdCPU.so.3 or libosdCPU.so.3.4 to allow space for minor version updates not requiring rebuild of all dependencies. There should also be a corresponding shared link with the same name as SONAME.

yurivict avatar Dec 05 '21 20:12 yurivict

Filed as internal issue #OSD-366

jilliene avatar Dec 09 '21 00:12 jilliene

Thanks, this is a good suggestion. Currently, we include the patch version number as well as the major and minor versions in our name spacing of symbols. So, the SONAME is consistent with that behavior, i.e. patch version releases introduce new link symbols. We've discussed changing this name space policy, and if we do make a change we'll make sure to update the SONAME as well.

davidgyu avatar Sep 22 '22 18:09 davidgyu