Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2022 20:18:05 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 05e8f6c01f40 - main - science/libgeodecomp: mark as BROKEN after recent boost upgrade
Message-ID:  <202205222018.24MKI5uI092833@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

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

commit 05e8f6c01f407b619373d67ac8e8dc3b2bbc99ce
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:54:20 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:12 +0000

    science/libgeodecomp: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 science/libgeodecomp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/libgeodecomp/Makefile b/science/libgeodecomp/Makefile
index 1b3383bdc98e..fb054a64a891 100644
--- a/science/libgeodecomp/Makefile
+++ b/science/libgeodecomp/Makefile
@@ -15,6 +15,8 @@ LICENSE_FILE=		${WRKSRC}/LICENSE
 LIB_DEPENDS=		libboost_system.so:devel/boost-libs libboost_date_time.so:devel/boost-libs \
 			libboost_filesystem.so:devel/boost-libs
 
+BROKEN=			error: incomplete type 'LibFlatArray::detail::flat_array::offset<LibGeoDecomp::TestCell<3, LibGeoDecomp::Stencils::Moore<3, 1>, LibGeoDecomp::TopologiesHelpers::Topology<3, false, false, false>, LibGeoDecomp::TestCellHelpers::SoAAPI>, -1>' used in nested name specifier
+
 USES=			cmake compiler:c++11-lib
 USE_GCC=		yes
 USE_LDCONFIG=		yes



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