Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Dec 2022 07:25:30 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: 5fcae5c1fa9e - main - science/arbor: Broken on armv7
Message-ID:  <202212110725.2BB7PUvL091443@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=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 \



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