diff options
Diffstat (limited to 'devel/gecode/Makefile')
-rw-r--r-- | devel/gecode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile index 9ebc010fa119..5c746bb6d11b 100644 --- a/devel/gecode/Makefile +++ b/devel/gecode/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp -NOT_FOR_ARCHS= aarch64 armv6 mips mips64 +NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 NOT_FOR_ARCHS_REASON= needs code written to specify rounding control mechanism in Boost.Numeric.Interval USES= bison gmake perl5 |