git: 0b1df40cf778 - main - math/deal.ii: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Dec 2022 07:35:20 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0b1df40cf77818212806976296858d1df0156107
commit 0b1df40cf77818212806976296858d1df0156107
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-11 07:34:56 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-11 07:34:56 +0000
math/deal.ii: Broken on armv7
Reported by: fallout
---
math/deal.ii/Makefile | 1 +
1 file changed, 1 insertion(+)
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 \