diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 19:54:20 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-05-22 20:17:12 +0000 |
commit | 05e8f6c01f407b619373d67ac8e8dc3b2bbc99ce (patch) | |
tree | bb0c8a0f1a3e2d092773168a704449b3c32a860a | |
parent | d196b3b029ab6a607c31208da3d4f5f5585004c5 (diff) | |
download | ports-05e8f6c01f407b619373d67ac8e8dc3b2bbc99ce.tar.gz ports-05e8f6c01f407b619373d67ac8e8dc3b2bbc99ce.zip |
science/libgeodecomp: mark as BROKEN after recent boost upgrade
PR: 246106
-rw-r--r-- | science/libgeodecomp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |