git: c2eefec50069 - 2024Q2 - misc/tvm: Broken on error: armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 May 2024 00:47:20 UTC
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2eefec50069e8ea050cd5f5c2491bbdd07e9b9d commit c2eefec50069e8ea050cd5f5c2491bbdd07e9b9d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-28 00:46:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-28 00:47:18 +0000 misc/tvm: Broken on error: armv7 Reported by: fallout (cherry picked from commit 354f3cc4e51dbeb842d9dfa5f2163c1d1437bb3d) --- misc/tvm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/tvm/Makefile b/misc/tvm/Makefile index 53b0c9cb83a0..4b79dc13c5d4 100644 --- a/misc/tvm/Makefile +++ b/misc/tvm/Makefile @@ -10,6 +10,8 @@ WWW= https://tvm.ai/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= comilation fails: error: expected identifier before '__is_convertible' + BUILD_DEPENDS= dmlc-core>0:devel/dmlc-core \ rang>0:devel/rang TEST_DEPENDS= googletest>0:devel/googletest