diff options
Diffstat (limited to 'textproc/sentencepiece/Makefile')
| -rw-r--r-- | textproc/sentencepiece/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/sentencepiece/Makefile b/textproc/sentencepiece/Makefile index b172a3a20923..60ea5c9d3c4a 100644 --- a/textproc/sentencepiece/Makefile +++ b/textproc/sentencepiece/Makefile @@ -1,7 +1,6 @@ PORTNAME= sentencepiece DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 -PORTREVISION= 1 +DISTVERSION= 0.2.1 CATEGORIES= textproc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -24,4 +23,6 @@ OPTIONS_DEFINE= GPERFTOOLS # this seems to cause this error in llama-cpp's conv GPERFTOOLS_CMAKE_BOOL= SPM_ENABLE_TCMALLOC GPERFTOOLS_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools +# tests as of 0.2.1: 100% tests passed, 0 tests failed out of 1 + .include <bsd.port.mk> |
