Mark BROKEN: fails to build

In file included from moses/LM/Rand.cpp:37:
In file included from /usr/local/include/RandLM/RandLM.h:23:
/usr/local/include/RandLM/RandLMQuantiser.h:41:24: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
    static const float kFloatErr = 0.00001f;
                       ^           ~~~~~~~~

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2018-11-04 14:14:45 +00:00
parent 7ccb6370cf
commit 18f61aa1c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484065

View file

@ -10,6 +10,8 @@ CATEGORIES= math
MAINTAINER= demon@FreeBSD.org
COMMENT= Statistical machine translation system
BROKEN= fails to build
BUILD_DEPENDS= bash:shells/bash \
bjam:devel/boost-jam
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \