Closed luyatshimbalanga closed 3 years ago
Below is the patch
diff -up ptex-2.3.2/src/ptex/CMakeLists.txt.orig ptex-2.3.2/src/ptex/CMakeLists.txt --- ptex-2.3.2/src/ptex/CMakeLists.txt.orig 2019-03-08 18:39:47.000000000 +0100 +++ ptex-2.3.2/src/ptex/CMakeLists.txt 2020-11-07 11:12:18.517114444 +0100 @@ -32,7 +32,10 @@ endif()
if(PTEX_BUILD_SHARED_LIBS) add_library(Ptex_dynamic SHARED ${SRCS})
I'll take a look at this. It's similar to what we're about to do for partio. We'll probably track the ptex major version as the SOVERSION.
Thank you for look at the patch and the other one for partio.
Will it be possible to include a versioning for .so file like libPtex.so.0 for example? See the build result for rpm package on: https://download.copr.fedorainfracloud.org/results/luya/blender-egl/fedora-rawhide-x86_64/01694327-ptex/builder-live.log.gz
Thanks in advance.