Index: head/misc/mnn/Makefile =================================================================== --- head/misc/mnn/Makefile (revision 531897) +++ head/misc/mnn/Makefile (revision 531898) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= mnn -DISTVERSION= 0.2.2.2 +DISTVERSION= 0.2.2.3 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight deep neural network inference engine 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 USES= cmake compiler:c++11-lang shebangfix USE_GITHUB= yes GH_ACCOUNT= alibaba GH_PROJECT= MNN SHEBANG_GLOB= *.sh USE_LDCONFIG= yes CXXFLAGS+= -pthread LDFLAGS+= -pthread CFLAGS+= -fPIC # workaround for https://github.com/alibaba/MNN/issues/553 CXXFLAGS+= -fPIC .include .if ${ARCH} != amd64 && ${ARCH} != i386 CMAKE_ARGS+= -DMNN_USE_AVX:BOOL=OFF \ -DMNN_USE_SSE:BOOL=OFF .endif pre-build: # https://github.com/alibaba/MNN/issues/648 @cd ${WRKSRC}/schema && ./generate.sh do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DMNN_BUILD_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ cd ${BUILD_WRKSRC} && ./run_test.out .include Index: head/misc/mnn/distinfo =================================================================== --- head/misc/mnn/distinfo (revision 531897) +++ head/misc/mnn/distinfo (revision 531898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586295001 -SHA256 (alibaba-MNN-0.2.2.2_GH0.tar.gz) = 65c05bca1cbab4814367e67a0627ad479e97b309368c875f891cc44325e11678 -SIZE (alibaba-MNN-0.2.2.2_GH0.tar.gz) = 5978357 +TIMESTAMP = 1587100749 +SHA256 (alibaba-MNN-0.2.2.3_GH0.tar.gz) = 9946ed749a6b35214794ea5a87e372bef0e3d03b84d309c8160114c5c04a293a +SIZE (alibaba-MNN-0.2.2.3_GH0.tar.gz) = 5987487