git: 5fcae5c1fa9e - main - science/arbor: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 11 Dec 2022 07:25:30 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5fcae5c1fa9e8f031cd829a57b0c16b670d59656

commit 5fcae5c1fa9e8f031cd829a57b0c16b670d59656
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-11 07:16:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-11 07:25:26 +0000

    science/arbor: Broken on armv7
    
    Reported by:    fallout
---
 science/arbor/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/arbor/Makefile b/science/arbor/Makefile
index e2b4f185c4e7..d5889645332b 100644
--- a/science/arbor/Makefile
+++ b/science/arbor/Makefile
@@ -11,6 +11,8 @@ WWW=		https://arbor-sim.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails: unknown type name 'float64x2_t'
+
 BUILD_DEPENDS=	bash:shells/bash \
 		libfmt>0:devel/libfmt \
 		nlohmann-json>0:devel/nlohmann-json \