diff --git a/misc/ncnn/Makefile b/misc/ncnn/Makefile index bdddebb6106f..04cafb680c77 100644 --- a/misc/ncnn/Makefile +++ b/misc/ncnn/Makefile @@ -1,35 +1,36 @@ PORTNAME= ncnn -DISTVERSION= 20240820 -PORTREVISION= 4 +DISTVERSION= 20241226 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= High-performance neural network inference framework WWW= https://github.com/Tencent/ncnn LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libabsl_flags_program_name.so:devel/abseil \ libprotobuf.so:devel/protobuf USES= cmake:testing # 2 tests fail (test_squeezenet, test_c_api), but the debug build fails due to missing absl* symbol, also see https://github.com/Tencent/ncnn/issues/4742#issuecomment-1879563662 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= Tencent #CMAKE_ON= NCNN_SHARED_LIB NCNN_ENABLE_LTO # NCNN_SHARED_LIB=ON causes variability in the shared library name, see https://github.com/Tencent/ncnn/issues/4234 CMAKE_TESTING_ON= NCNN_BUILD_TESTS # in order to run tests please disable NCNN_SHARED_LIB above; many tests fail, see https://github.com/Tencent/ncnn/issues/4233 OPTIONS_DEFINE= VULKAN OPTIONS_DEFAULT= # broken: VULKAN VULKAN_DESC= Vulkan compute support VULKAN_GH_TUPLE= KhronosGroup:glslang:88fd417:glslang/glslang VULKAN_BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader VULKAN_CMAKE_BOOL= NCNN_VULKAN VULKAN_BROKEN= most tests are broken with Vulkan, see https://github.com/Tencent/ncnn/issues/4742#issuecomment-1879563662 +# tests as of 20241226: 99% tests passed, 1 tests failed out of 127 + .include diff --git a/misc/ncnn/distinfo b/misc/ncnn/distinfo index b1b043be62af..73eafa231bfc 100644 --- a/misc/ncnn/distinfo +++ b/misc/ncnn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724218020 -SHA256 (Tencent-ncnn-20240820_GH0.tar.gz) = 21e7897c7a332894934800a15189915b5131dddc84b2c8d5669ff53de8c5efa4 -SIZE (Tencent-ncnn-20240820_GH0.tar.gz) = 12963701 +TIMESTAMP = 1736751404 +SHA256 (Tencent-ncnn-20241226_GH0.tar.gz) = 2a9f224aab5f016ce790d0bb4f90c495ce4ed5620a9617e4ca522cbc5ca331d1 +SIZE (Tencent-ncnn-20241226_GH0.tar.gz) = 13151099