Date: Tue, 18 Jan 2022 19:32:54 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4d4bf5fcf1c5 - main - math/gecode: Builds on aarch64 architecture Message-ID: <202201181932.20IJWsOg099211@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d4bf5fcf1c59f42e96dc0ccda46750c10ba47ea commit 4d4bf5fcf1c59f42e96dc0ccda46750c10ba47ea Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-18 19:32:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-18 19:32:52 +0000 math/gecode: Builds on aarch64 architecture Reported by: Ronald Klop <ronald-lists@klop.ws> --- math/gecode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201181932.20IJWsOg099211>