diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-23 20:50:03 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-23 20:50:26 -0700 |
commit | 873503b403d6c8cf38fb27d20fdddda756918c7a (patch) | |
tree | 431d74b441253a979ee4aa33d99f290a63a7a95b | |
parent | net/wireproxy: Update to 1.0.4 (diff) |
lang/halide: Broken on aarch64
Reported by: fallout
-rw-r--r-- | lang/halide/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |