From e50151389fed18ba17451daa698126488b57d709 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 20 Feb 2023 16:50:38 +0000 Subject: [PATCH] misc/glow: deprecate --- misc/glow/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/glow/Makefile b/misc/glow/Makefile index 978e8b409d411..938bb09e09c10 100644 --- a/misc/glow/Makefile +++ b/misc/glow/Makefile @@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= non-constant-expression cannot be narrowed from type 'dim_t', see https://github.com/pytorch/glow/issues/4024 BROKEN= does not link: undefined reference to typeinfo for snappy::Source +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 LIB_DEPENDS= libLLVM-${LLVM_VER:R}.so:devel/llvm${LLVM_VER:S/.//} \ libboost_system.so:devel/boost-libs \