fix SHARED_LIBS, think-o when I bumped the version for py3.10

This commit is contained in:
sthen 2022-11-14 08:18:27 +00:00
parent fd9e9515cf
commit aed0fa1656
1 changed files with 3 additions and 3 deletions

View File

@ -4,14 +4,14 @@ V= 3.1.6
GH_ACCOUNT= AcademySoftwareFoundation
GH_PROJECT= Imath
GH_TAGNAME= v${V}
REVISION= 0
REVISION= 1
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# /!\ see symlinks creation in post-install (LIBImath-3_1_VERSION is used)
.for solib in Imath PyImath_Python3_10
SHARED_LIBS += ${solib} 0.0 # 28
SHARED_LIBS += ${solib}-3_1 0.0 # 28
SHARED_LIBS += ${solib} 2.0 # 28
SHARED_LIBS += ${solib}-3_1 2.0 # 28
.endfor
CATEGORIES= math graphics devel