Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2022 19:20:05 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: 3d3b0c65fdd2 - main - math/deal.ii: Broken on aarch64
Message-ID:  <202203211920.22LJK5BE089430@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=3d3b0c65fdd2e79eb0d042566726e4b47b821d0a

commit 3d3b0c65fdd2e79eb0d042566726e4b47b821d0a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-21 19:19:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-21 19:20:03 +0000

    math/deal.ii: Broken on aarch64
    
    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 c45e5ff0df93..6c7e652c40d2 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -11,6 +11,7 @@ LICENSE=	LGPL21
 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'
 
 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?202203211920.22LJK5BE089430>