diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-10 22:17:19 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-10 22:17:19 +0800 |
commit | 25386a23abcd2e95d64979c5bd35d13b5b06ba3d (patch) | |
tree | 3c6e2021ef9b854662f2d5074640cc9e72999d3f /biology | |
parent | fb3d8e7c78bfdb2d4b3f28797022c1f32ddbbad5 (diff) | |
download | freebsd-ports-gnome-25386a23abcd2e95d64979c5bd35d13b5b06ba3d.tar.gz freebsd-ports-gnome-25386a23abcd2e95d64979c5bd35d13b5b06ba3d.tar.zst freebsd-ports-gnome-25386a23abcd2e95d64979c5bd35d13b5b06ba3d.zip |
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
Diffstat (limited to 'biology')
-rw-r--r-- | biology/pbcopper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/pbcopper/Makefile b/biology/pbcopper/Makefile index 46b89534fb27..19ff05f03206 100644 --- a/biology/pbcopper/Makefile +++ b/biology/pbcopper/Makefile @@ -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} |