Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2024 08:32:25 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: 310b38fdb775 - main - math/kfr: Broken on i386
Message-ID:  <202404280832.43S8WPOu026130@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=310b38fdb77543f7b574c57b3cedcfdf4413aa68

commit 310b38fdb77543f7b574c57b3cedcfdf4413aa68
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-28 08:31:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-28 08:32:20 +0000

    math/kfr: Broken on i386
    
    Reported by:    fallout
---
 math/kfr/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/kfr/Makefile b/math/kfr/Makefile
index c963a7b1adae..7d2c54a7700b 100644
--- a/math/kfr/Makefile
+++ b/math/kfr/Makefile
@@ -9,6 +9,7 @@ WWW=		https://github.com/kfrlib/kfr
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	architecture mismatch in cmake, see https://github.com/kfrlib/kfr/issues/222
 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
 



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