Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2022 03:57:00 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: 4e7aefdf1f97 - 2022Q3 - science/axom: Broken on armv7
Message-ID:  <202208080357.2783v0sw060860@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e7aefdf1f97eab3349eed3785744056b4c1da01

commit 4e7aefdf1f97eab3349eed3785744056b4c1da01
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-08 03:56:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-08 03:56:55 +0000

    science/axom: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit f25147f118470fe53910b090c0a5435797200bba)
---
 science/axom/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/science/axom/Makefile b/science/axom/Makefile
index 8792a4fa1a93..5a737c5a9765 100644
--- a/science/axom/Makefile
+++ b/science/axom/Makefile
@@ -10,8 +10,9 @@ COMMENT=	Infrastructure for development of multi-physics applications and tools
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
-BROKEN_i386=	https://github.com/LLNL/axom/issues/743
-BROKEN_powerpc=	https://github.com/LLNL/axom/issues/743
+BROKEN_armv7=	use of overloaded operator '[]' is ambiguous, see https://github.com/LLNL/axom/issues/743
+BROKEN_i386=	use of overloaded operator '[]' is ambiguous, see https://github.com/LLNL/axom/issues/743
+BROKEN_powerpc=	use of overloaded operator '[]' is ambiguous, see https://github.com/LLNL/axom/issues/743
 
 LIB_DEPENDS=	libconduit.so:science/conduit \
 		libhdf5.so:science/hdf5 \



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