Index: head/misc/mnn/Makefile =================================================================== --- head/misc/mnn/Makefile (revision 531031) +++ head/misc/mnn/Makefile (revision 531032) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= mnn -DISTVERSION= 0.2.2.1 +DISTVERSION= 0.2.2.2 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 531031) +++ head/misc/mnn/distinfo (revision 531032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585368355 -SHA256 (alibaba-MNN-0.2.2.1_GH0.tar.gz) = 3f58cad96e8dd9e1ff61e58c3e581170eb6d7de839a44b04d7e684e9c0b262e5 -SIZE (alibaba-MNN-0.2.2.1_GH0.tar.gz) = 5974234 +TIMESTAMP = 1586295001 +SHA256 (alibaba-MNN-0.2.2.2_GH0.tar.gz) = 65c05bca1cbab4814367e67a0627ad479e97b309368c875f891cc44325e11678 +SIZE (alibaba-MNN-0.2.2.2_GH0.tar.gz) = 5978357