Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2023 07:01:02 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: 9352e14ce169 - main - science/agrum: Broken on 12
Message-ID:  <202303240701.32O71280017957@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=9352e14ce169236912c5c3c9ec7dd233976ef876

commit 9352e14ce169236912c5c3c9ec7dd233976ef876
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-03-24 06:52:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-03-24 06:52:29 +0000

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

diff --git a/science/agrum/Makefile b/science/agrum/Makefile
index 05e734198bec..fa53c8d5cf13 100644
--- a/science/agrum/Makefile
+++ b/science/agrum/Makefile
@@ -9,6 +9,8 @@ WWW=		https://agrum.gitlab.io/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_12=	requires modern C++ compiler: error: invalid value 'c++2b'
+
 USES=		cmake compiler:c++20-lang shebangfix # the 'act' executable uses 'python' and is broken, when act is broken CMakeLists.txt builds with default configuration which is fine
 USE_LDCONFIG=	yes
 



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