summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-27 17:02:19 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-27 17:02:49 -0700
commitc39ad8950962df42166007f980365d88742480f9 (patch)
tree7f18ab73fb86eb29c3617757f812befb91a4eb42 /math
parentlang/python311: Update to 3.11.0b5 (diff)
math/apron: Broken on aarch64
Reported by: fallout
Diffstat (limited to 'math')
-rw-r--r--math/apron/Makefile1
1 files changed, 1 insertions, 0 deletions
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