Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 07:39:40 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: 510fb9d0d094 - main - misc/lbann: Broken
Message-ID:  <202401250739.40P7deNx003808@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=510fb9d0d0941b10016430fdb883124b192679dd

commit 510fb9d0d0941b10016430fdb883124b192679dd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-25 07:39:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-25 07:39:38 +0000

    misc/lbann: Broken
    
    Many C++ errors which are unclear how to fix.
---
 misc/lbann/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/lbann/Makefile b/misc/lbann/Makefile
index 2ceceb2575fa..be4656410487 100644
--- a/misc/lbann/Makefile
+++ b/misc/lbann/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/LLNL/lbann
 
 LICENSE=	APACHE20
 
+BROKEN=		many C++ errors, broken until the upstream would help, see https://github.com/LLNL/lbann/issues/2407
+
 BUILD_DEPENDS=	cereal>0:devel/cereal \
 		dihydrogen>0:math/dihydrogen \
 		zstr>0:archivers/zstr



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