aboutsummaryrefslogtreecommitdiff
path: root/misc/mnn/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-04-30 18:26:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-04-30 18:26:55 +0000
commit248d16418a6eb5ee00ce2dcd471491953188b0e5 (patch)
treeabf52e7de464f25faa344b6cc2699ba692021cad /misc/mnn/Makefile
parent3ca0ea5e28f34a8f1977e8b4c6d472fe25838c8b (diff)
misc/mnn: Update 2.4.0 → 2.5.0
Reported by: portscout
Diffstat (limited to 'misc/mnn/Makefile')
-rw-r--r--misc/mnn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/mnn/Makefile b/misc/mnn/Makefile
index ddcf42bdc124..2f1ba489a1b6 100644
--- a/misc/mnn/Makefile
+++ b/misc/mnn/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mnn
-DISTVERSION= 2.4.0
+DISTVERSION= 2.5.0
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -65,4 +65,6 @@ post-test:
@cd ${BUILD_WRKSRC} && \
cd ${BUILD_WRKSRC} && ./run_test.out
+# 5 tests fail, see https://github.com/alibaba/MNN/issues/2358
+
.include <bsd.port.post.mk>