Date: Thu, 6 Feb 2025 16:44:29 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a4b692d10ffa - main - misc/air: Broken on armv7 Message-ID: <202502061644.516GiTvZ032631@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4b692d10ffa4f91256e7bf0c1e867808ecdb280 commit a4b692d10ffa4f91256e7bf0c1e867808ecdb280 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-02-06 16:43:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-02-06 16:44:27 +0000 misc/air: Broken on armv7 Reported by: fallout --- misc/air/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502061644.516GiTvZ032631>