aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--science/axom/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/axom/Makefile b/science/axom/Makefile
index 730edf31168e..f88950d32194 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 \