aboutsummaryrefslogtreecommitdiff
path: root/misc/mnn
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-05-14 21:33:43 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-05-14 21:35:31 +0000
commit00e206324446713ae3e6ef3755698a4d3923c6f9 (patch)
tree6fa5760053897573d9ed682d5f5df69cc4e45c3e /misc/mnn
parent686ddaa36ab447478150bfa689b86a00a533e8f0 (diff)
downloadports-00e206324446713ae3e6ef3755698a4d3923c6f9.tar.gz
ports-00e206324446713ae3e6ef3755698a4d3923c6f9.zip
Diffstat (limited to 'misc/mnn')
-rw-r--r--misc/mnn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mnn/Makefile b/misc/mnn/Makefile
index b610f2364b94..62d5f47b057b 100644
--- a/misc/mnn/Makefile
+++ b/misc/mnn/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mnn
DISTVERSION= 1.2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -11,7 +11,7 @@ LICENSE= APACHE20
BROKEN_i386= always_inline function '_mm_set1_ps' requires target feature 'sse', but would be inlined into function 'Vec4' that is compiled without support for 'sse'
BUILD_DEPENDS= bash:shells/bash \
- flatc:devel/flatbuffers
+ flatc:devel/flatbuffers205 # until https://github.com/alibaba/MNN/issues/1922 is fixed
USES= cmake compiler:c++11-lang localbase shebangfix
USE_GITHUB= yes