Index: head/misc/mnn/Makefile =================================================================== --- head/misc/mnn/Makefile (revision 528359) +++ head/misc/mnn/Makefile (revision 528360) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= mnn -DISTVERSION= 0.2.1.8 +DISTVERSION= 0.2.1.9 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 528359) +++ head/misc/mnn/distinfo (revision 528360) @@ -1,3 +1,3 @@ -TIMESTAMP = 1582818374 -SHA256 (alibaba-MNN-0.2.1.8_GH0.tar.gz) = f8b0b1cac7204400efa28dae18f645d6cda7151f66cd3d805da09da58fb39e77 -SIZE (alibaba-MNN-0.2.1.8_GH0.tar.gz) = 5811539 +TIMESTAMP = 1584115616 +SHA256 (alibaba-MNN-0.2.1.9_GH0.tar.gz) = 2c65d397364e110c8665ec1114293a80f06cb1dd19a86dc4bc8a00accbba608d +SIZE (alibaba-MNN-0.2.1.9_GH0.tar.gz) = 5817417