git: 873503b403d6 - main - lang/halide: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 24 Aug 2022 03:50:28 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=873503b403d6c8cf38fb27d20fdddda756918c7a

commit 873503b403d6c8cf38fb27d20fdddda756918c7a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-24 03:50:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-24 03:50:26 +0000

    lang/halide: Broken on aarch64
    
    Reported by:    fallout
---
 lang/halide/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/halide/Makefile b/lang/halide/Makefile
index a8422d2b537e..ab60bc266eb8 100644
--- a/lang/halide/Makefile
+++ b/lang/halide/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Language for fast and portable data-parallel computation
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_aarch64=		fails to build: unhandled exception: Error: No arm support for this OS, see https://github.com/halide/Halide/issues/6972
 BROKEN_riscv64=		fails to build: /usr/include/c++/v1/__config:1141:6: No thread API
 
 BUILD_DEPENDS=	llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} # because halide expects LLVMConfig.cmake