Index: head/misc/mnn/Makefile =================================================================== --- head/misc/mnn/Makefile (revision 523478) +++ head/misc/mnn/Makefile (revision 523479) @@ -1,42 +1,43 @@ # $FreeBSD$ PORTNAME= mnn DISTVERSION= 0.2.1.7 +PORTREVISION= 1 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 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) + cd ${BUILD_WRKSRC} && ./run_test.out .include Index: head/misc/mnn/distinfo =================================================================== --- head/misc/mnn/distinfo (revision 523478) +++ head/misc/mnn/distinfo (revision 523479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579157524 -SHA256 (alibaba-MNN-0.2.1.7_GH0.tar.gz) = d6d0e17bdf5d3bfb8731c97dcc44c2fce344fd0b0b2d33c7567a72688b309d2e -SIZE (alibaba-MNN-0.2.1.7_GH0.tar.gz) = 5885694 +TIMESTAMP = 1579372041 +SHA256 (alibaba-MNN-0.2.1.7_GH0.tar.gz) = 201f777bcc26d9b953e402a4028d026e04db84af89268282120236466b17745d +SIZE (alibaba-MNN-0.2.1.7_GH0.tar.gz) = 5757531