Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 14:14:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484065 - head/math/mosesdecoder
Message-ID:  <201811041414.wA4EEjRc043888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 14:14:45 2018
New Revision: 484065
URL: https://svnweb.freebsd.org/changeset/ports/484065

Log:
  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:
  head/math/mosesdecoder/Makefile

Modified: head/math/mosesdecoder/Makefile
==============================================================================
--- head/math/mosesdecoder/Makefile	Sun Nov  4 14:12:47 2018	(r484064)
+++ head/math/mosesdecoder/Makefile	Sun Nov  4 14:14:45 2018	(r484065)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811041414.wA4EEjRc043888>