Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2022 18:44:20 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: d96af4ed0661 - main - science/chrono: Broken on aarch64
Message-ID:  <202205081844.248IiK4M087737@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=d96af4ed06618f942d46ba0c09ee307e3a630258

commit d96af4ed06618f942d46ba0c09ee307e3a630258
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-05-08 18:37:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-05-08 18:37:17 +0000

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

diff --git a/science/chrono/Makefile b/science/chrono/Makefile
index 4cf9b9221a06..ce6eef4bb35d 100644
--- a/science/chrono/Makefile
+++ b/science/chrono/Makefile
@@ -13,6 +13,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
 LIB_DEPENDS=	libblas.so:math/blas \



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