Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2022 00:03:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: aa1ca809e9e8 - 2022Q3 - math/apron: Broken on aarch64
Message-ID:  <202207280003.26S03fr3052179@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa1ca809e9e8d6043a0b846155217be517ea3018

commit aa1ca809e9e8d6043a0b846155217be517ea3018
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-28 00:02:19 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-28 00:03:14 +0000

    math/apron: Broken on aarch64
    
    Reported by:    fallout
    
    (cherry picked from commit c39ad8950962df42166007f980365d88742480f9)
---
 math/apron/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/apron/Makefile b/math/apron/Makefile
index 47fb5b485b7f..b83881e6cb30 100644
--- a/math/apron/Makefile
+++ b/math/apron/Makefile
@@ -9,6 +9,7 @@ COMMENT=	APRON numerical abstract domain library
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=	uses deprecated fpsetround(3) that isn't even defined on arm64, see https://github.com/antoinemine/apron/issues/47
 BROKEN_armv6=	uses deprecated fpsetround(3) that isn't even defined on armv6, see https://github.com/antoinemine/apron/issues/47
 BROKEN_armv7=	uses deprecated fpsetround(3) that isn't even defined on armv7, see https://github.com/antoinemine/apron/issues/47
 BROKEN_riscv64=	uses deprecated fpsetround(3) that isn't even defined on riscv64, see https://github.com/antoinemine/apron/issues/47



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