diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-11 07:34:56 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-12-11 07:34:56 +0000 |
commit | 0b1df40cf77818212806976296858d1df0156107 (patch) | |
tree | 5482bc0f0bccbec25e397d59473c0e13230bbd98 | |
parent | 704d61e4dba91eb78b2004d1661cef79a5fcd1ed (diff) | |
download | ports-0b1df40cf77818212806976296858d1df0156107.tar.gz ports-0b1df40cf77818212806976296858d1df0156107.zip |
math/deal.ii: Broken on armv7
Reported by: fallout
-rw-r--r-- | math/deal.ii/Makefile | 1 |
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 \ |