svn commit: r484066 - branches/2018Q4/math/mosesdecoder

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 14:15:06 UTC 2018


Author: antoine
Date: Sun Nov  4 14:15:05 2018
New Revision: 484066
URL: https://svnweb.freebsd.org/changeset/ports/484066

Log:
  MFH: r484065
  
  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

Modified:
  branches/2018Q4/math/mosesdecoder/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/math/mosesdecoder/Makefile
==============================================================================
--- branches/2018Q4/math/mosesdecoder/Makefile	Sun Nov  4 14:14:45 2018	(r484065)
+++ branches/2018Q4/math/mosesdecoder/Makefile	Sun Nov  4 14:15:05 2018	(r484066)
@@ -10,6 +10,8 @@ CATEGORIES=	math
 MAINTAINER=	demon at 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 \


More information about the svn-ports-branches mailing list