diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-30 18:26:29 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-30 18:26:55 +0000 |
commit | 248d16418a6eb5ee00ce2dcd471491953188b0e5 (patch) | |
tree | abf52e7de464f25faa344b6cc2699ba692021cad /misc/mnn | |
parent | 3ca0ea5e28f34a8f1977e8b4c6d472fe25838c8b (diff) | |
download | ports-248d16418a6eb5ee00ce2dcd471491953188b0e5.tar.gz ports-248d16418a6eb5ee00ce2dcd471491953188b0e5.zip |
Diffstat (limited to 'misc/mnn')
-rw-r--r-- | misc/mnn/Makefile | 4 | ||||
-rw-r--r-- | misc/mnn/distinfo | 6 |
2 files changed, 6 insertions, 4 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> diff --git a/misc/mnn/distinfo b/misc/mnn/distinfo index 6e8d2d6d35cd..d2d3c8d8e6a0 100644 --- a/misc/mnn/distinfo +++ b/misc/mnn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678783312 -SHA256 (alibaba-MNN-2.4.0_GH0.tar.gz) = 3b9e2038caac293b0a3c97c7ef8361f6e3b4d72e3da13feaf1b1c864a8224f0b -SIZE (alibaba-MNN-2.4.0_GH0.tar.gz) = 20154640 +TIMESTAMP = 1682876079 +SHA256 (alibaba-MNN-2.5.0_GH0.tar.gz) = 2ff2f3f65aa8a2402522ce3c0a3014120fab5429f82ef64c75507db0bab2c2ad +SIZE (alibaba-MNN-2.5.0_GH0.tar.gz) = 20553739 |