Commit e1192b5
fix(wheels): Ensure python-based builds use maj.min.patch SO versioning (AcademySoftwareFoundation#4634)
Always use patch-specific SO versioning for scikit-build-core-based
builds, even when OpenImageIO_SUPPORTED_RELEASE=ON.
Fixes AcademySoftwareFoundation#4621
Ensures that Python-based builds only bundle a single copy each of
libOpenImageIO and libOpenImageIO_Util shared libraries.
## Tests
Previously, `$ uv sync -v --reinstall
-Ccmake.define.OpenImageIO_SUPPORTED_RELEASE=1` would bundle both
.so.3.0 and .so.3.0.3 copies of libraries when installing to a local
virtual environment.
With this fix, only .so.3.0.3 copies of libraries are installed.
Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
Signed-off-by: Scott Wilson <scott@propersquid.com>1 parent 58f2301 commit e1192b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| |||
0 commit comments