mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
7ccb6370cf
commit
18f61aa1c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484065
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue