diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 22:14:45 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 22:14:45 +0800 |
commit | ff150f801d33ebbfbdcc495a7ef749fba52f44bf (patch) | |
tree | 27c53e25548967d9e96d8a6af9301797bc5c6ba0 | |
parent | 22033ccba94a35e73d0489d78767bdd4708b686e (diff) | |
download | freebsd-ports-gnome-ff150f801d33ebbfbdcc495a7ef749fba52f44bf.tar.gz freebsd-ports-gnome-ff150f801d33ebbfbdcc495a7ef749fba52f44bf.tar.zst freebsd-ports-gnome-ff150f801d33ebbfbdcc495a7ef749fba52f44bf.zip |
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
-rw-r--r-- | math/mosesdecoder/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile index 0ebec2f22d0f..842f31a57b3a 100644 --- a/math/mosesdecoder/Makefile +++ b/math/mosesdecoder/Makefile @@ -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 \ |