Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2022 07:41:27 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: 82e9cf0ef0c4 - main - math/kfr: Add ONLY_FOR_ARCHS line
Message-ID:  <202208040741.2747fRfw048616@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=82e9cf0ef0c4526427cee01579c315fea04efad8

commit 82e9cf0ef0c4526427cee01579c315fea04efad8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-04 06:49:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-04 07:41:21 +0000

    math/kfr: Add ONLY_FOR_ARCHS line
---
 math/kfr/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/math/kfr/Makefile b/math/kfr/Makefile
index 00b2bb6b623b..73ff235866d1 100644
--- a/math/kfr/Makefile
+++ b/math/kfr/Makefile
@@ -8,7 +8,8 @@ COMMENT=	C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BROKEN_riscv64=	error: no member named 'neon' in 'kfr::cpu_t'
+ONLY_FOR_ARCHS=		aarch64 amd64 armv7 i386
+ONLY_FOR_ARCHS_REASON=	only x86, x86_64, ARM (ARMv7+ hf) and AArch64 (aka ARM64) are supported, see https://github.com/kfrlib/kfr/issues/158#issuecomment-1204723324
 
 USES=		cmake compiler:c++17-lang
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208040741.2747fRfw048616>