MFH: r528170

Mark BROKEN: fails to build

../include/pbcopper/json/internal/json.hpp:1229:9: error: static_assert failed due to requirement 'sizeof(nlohmann::basic_json<std::map, std::vector, std::__1::basic_string<char>, bool, long, unsigned long, double, std::allocator, adl_serializer>) == 0' "could not find from_json() method in T's namespace"
        static_assert(sizeof(BasicJsonType) == 0,
        ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2020-03-22 09:03:58 +00:00
parent 4d9aad2f71
commit 6d0763bebb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=528906

View File

@ -13,6 +13,8 @@ COMMENT= Core C++ library for Pacific Biosciences tools
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN= fails to build
LIB_DEPENDS= libboost_regex.so:devel/boost-libs
# Meson needs BOOST_ROOT=${LOCALBASE}