Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2022 07:35:20 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0b1df40cf778 - main - math/deal.ii: Broken on armv7
Message-ID:  <202212110735.2BB7ZK4v005844@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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