OpenSubdiv
OpenSubdiv copied to clipboard
SONAME is incorrect
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.
Filed as internal issue #OSD-366
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.