git: 74660b7b817e - main - misc/tvm: Broken

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 25 Jun 2024 09:42:55 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74660b7b817eef1517ccb6d8741ab386db3a6375

commit 74660b7b817eef1517ccb6d8741ab386db3a6375
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-25 09:42:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-25 09:42:52 +0000

    misc/tvm: Broken
---
 misc/tvm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/tvm/Makefile b/misc/tvm/Makefile
index 7a652f43d55e..900663d9953a 100644
--- a/misc/tvm/Makefile
+++ b/misc/tvm/Makefile
@@ -10,6 +10,7 @@ WWW=		https://tvm.ai/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		compilation fails with the latest dmlc-core, see https://github.com/apache/tvm/issues/17116
 BROKEN_armv7=	comilation fails: error: expected identifier before '__is_convertible'
 
 BUILD_DEPENDS=	dmlc-core>0:devel/dmlc-core \