git: debf8b0ac54d - main - science/dakota: mark as BROKEN, fails to build with boost-1.85+

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 03 Oct 2024 10:27:39 UTC
The branch main has been updated by fluffy:

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

commit debf8b0ac54de390f3b4fd908c756c4a70f23fc5
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-10-02 23:58:31 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-10-03 10:25:02 +0000

    science/dakota: mark as BROKEN, fails to build with boost-1.85+
    
    With hat:       office
    Sponsored by:   Future Crew, LLC
---
 science/dakota/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/dakota/Makefile b/science/dakota/Makefile
index 2abcb18ca286..5bcfaa6828c3 100644
--- a/science/dakota/Makefile
+++ b/science/dakota/Makefile
@@ -13,6 +13,8 @@ WWW=		https://dakota.sandia.gov/
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with boost-1.85+
+
 BUILD_DEPENDS=	nanoflann>0:math/nanoflann
 LIB_DEPENDS=	libblas.so:math/blas \
 		libboost_system.so:devel/boost-libs \