git: c39ad8950962 - main - math/apron: Broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Jul 2022 00:02:55 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c39ad8950962df42166007f980365d88742480f9 commit c39ad8950962df42166007f980365d88742480f9 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:02:49 +0000 math/apron: Broken on aarch64 Reported by: fallout --- 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