diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-06 16:43:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-06 16:44:27 +0000 |
commit | a4b692d10ffa4f91256e7bf0c1e867808ecdb280 (patch) | |
tree | 0ad9b97831b9b8382aa9f160d60dbb720d64125b | |
parent | 9135117d5f0808ab00c74fcbb88a2b95563765e8 (diff) |
misc/air: Broken on armv7
Reported by: fallout
-rw-r--r-- | misc/air/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/air/Makefile b/misc/air/Makefile index 5c2ac7753f38..4e74202d6a08 100644 --- a/misc/air/Makefile +++ b/misc/air/Makefile @@ -13,6 +13,8 @@ WWW= https://github.com/alescdb/air LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BROKEN_armv7= compilation fails: In file included from ./llama.cpp/k_quants.c:50: /usr/local/llvm15/lib/clang/15.0.7/include/immintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture" + USES= cargo llvm:15 ssl USE_GITHUB= yes |