misc/mnn: Update 1.0.0 -> 1.1.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2020-11-06 21:28:11 +00:00
parent dc400c2545
commit 0b34b8ee07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554319
3 changed files with 4 additions and 15 deletions

View file

@ -1,8 +1,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= mnn PORTNAME= mnn
DISTVERSION= 1.0.0 DISTVERSION= 1.1.0
PORTREVISION= 4
CATEGORIES= misc # machine-learning CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1589708393 TIMESTAMP = 1604696072
SHA256 (alibaba-MNN-1.0.0_GH0.tar.gz) = 0eea969ea33477ed9dafc2cccea7a5c46d3ef9815c5f295a7daf1d3c1b63e326 SHA256 (alibaba-MNN-1.1.0_GH0.tar.gz) = 51ba1390a73ed042e38cefa03d62502bfa6e808fe2258cf678f67faa7361099a
SIZE (alibaba-MNN-1.0.0_GH0.tar.gz) = 5993379 SIZE (alibaba-MNN-1.1.0_GH0.tar.gz) = 6363974

View file

@ -1,10 +0,0 @@
--- express/CMakeLists.txt.orig 2020-05-23 09:47:07 UTC
+++ express/CMakeLists.txt
@@ -9,6 +9,7 @@ IF(MNN_SEP_BUILD)
endif()
add_library(MNN_Express SHARED ${MNN_EXPR_SRCS})
target_link_libraries(MNN_Express MNN)
+ install(TARGETS MNN_Express LIBRARY DESTINATION lib)
ELSE()
add_library(MNNExpress OBJECT ${MNN_EXPR_SRCS})
ENDIF()