Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2024 21:58:06 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e2d06c9c856a - 2024Q2 - science/nest: Broken on armv7
Message-ID:  <202405262158.44QLw6Tr016154@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri:

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

commit e2d06c9c856aa469272fbaded2f74983424a9cd4
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-26 20:17:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-26 21:58:03 +0000

    science/nest: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 6461469879f03b946fc536563622fffa834af0b9)
---
 science/nest/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/nest/Makefile b/science/nest/Makefile
index d491a41a5927..d753283e2906 100644
--- a/science/nest/Makefile
+++ b/science/nest/Makefile
@@ -11,6 +11,7 @@ WWW=		https://www.nest-simulator.org/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails: error: expected identifier before '__is_convertible'
 BROKEN_i386=	https://github.com/nest/nest-simulator/issues/1205
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \



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