aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-12-11 07:34:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-12-11 07:34:56 +0000
commit0b1df40cf77818212806976296858d1df0156107 (patch)
tree5482bc0f0bccbec25e397d59473c0e13230bbd98
parent704d61e4dba91eb78b2004d1661cef79a5fcd1ed (diff)
downloadports-0b1df40cf77818212806976296858d1df0156107.tar.gz
ports-0b1df40cf77818212806976296858d1df0156107.zip
math/deal.ii: Broken on armv7
Reported by: fallout
-rw-r--r--math/deal.ii/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index e8fee67a19d5..2426dceb0a8e 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_FreeBSD_14= clang crashes: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257876
BROKEN_aarch64= error: use of undeclared identifier '__TBB_machine_fetchadd4'
+BROKEN_armv7= clang runs out of memory
BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \