Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 23:03:28 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: 0a3f8b3d286f - 2022Q2 - science/chrono: Broken on aarch64
Message-ID:  <202206032303.253N3SbA036700@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a3f8b3d286f44df49ef58db33d2e7ce401ae654

commit 0a3f8b3d286f44df49ef58db33d2e7ce401ae654
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-08 18:37:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-03 23:03:25 +0000

    science/chrono: Broken on aarch64
    
    Reported by:    fallout
    
    (cherry picked from commit d96af4ed06618f942d46ba0c09ee307e3a630258)
---
 science/chrono/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/chrono/Makefile b/science/chrono/Makefile
index fe3078fab458..8f506ebc5901 100644
--- a/science/chrono/Makefile
+++ b/science/chrono/Makefile
@@ -14,6 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	use of overloaded operator '[]' is ambiguous (with operand types 'chrono::quaternion' and 'int'): https://github.com/projectchrono/chrono/issues/158
+BROKEN_aarch64=	cannot find -lFALSE, see https://github.com/projectchrono/chrono/issues/389
 
 BUILD_DEPENDS=	openmpi>0:net/openmpi
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206032303.253N3SbA036700>