Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jan 2022 19:35:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8c229f9f4e17 - 2022Q1 - math/gecode: Builds on aarch64 architecture
Message-ID:  <202201181935.20IJZ2ai099546@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c229f9f4e17bb220c7f5f0e84d3e16257e63a90

commit 8c229f9f4e17bb220c7f5f0e84d3e16257e63a90
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:35:00 +0000

    math/gecode: Builds on aarch64 architecture
    
    Reported by:    Ronald Klop <ronald-lists@klop.ws>
    
    (cherry picked from commit 4d4bf5fcf1c59f42e96dc0ccda46750c10ba47ea)
---
 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?202201181935.20IJZ2ai099546>