diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-18 11:32:06 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-18 11:32:52 -0800 |
commit | 4d4bf5fcf1c59f42e96dc0ccda46750c10ba47ea (patch) | |
tree | 16ec52c86f8f667ada35bf97b56eb42f61eacefc /math/gecode | |
parent | net-p2p/arbitrum-avm: Use FreeBSD distfiles as a mirror (diff) |
math/gecode: Builds on aarch64 architecture
Reported by: Ronald Klop <ronald-lists@klop.ws>
Diffstat (limited to 'math/gecode')
-rw-r--r-- | math/gecode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gecode/Makefile b/math/gecode/Makefile index 419c2c92831b..6e1d3e02877c 100644 --- a/math/gecode/Makefile +++ b/math/gecode/Makefile @@ -12,7 +12,7 @@ COMMENT= Generic Constraint Development Environment LICENSE= BSL MIT LICENSE_COMB= multi -NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 +NOT_FOR_ARCHS= armv6 armv7 mips mips64 NOT_FOR_ARCHS_REASON= needs code written to specify rounding control mechanism in Boost.Numeric.Interval USES= bison:build compiler:c++11-lang gmake perl5 |