Skip to content

Commit

Permalink
math/apron: Broken on aarch64
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jul 28, 2022
1 parent 18284b6 commit c39ad89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions math/apron/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit c39ad89

Please sign in to comment.