Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2018 02:31:47 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479176 - head/math/mkl-dnn
Message-ID:  <201809070231.w872Vlpt093699@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Sep  7 02:31:47 2018
New Revision: 479176
URL: https://svnweb.freebsd.org/changeset/ports/479176

Log:
  math/mkl-dnn: Broken on i386: shift count >= width of type

Modified:
  head/math/mkl-dnn/Makefile

Modified: head/math/mkl-dnn/Makefile
==============================================================================
--- head/math/mkl-dnn/Makefile	Fri Sep  7 02:26:36 2018	(r479175)
+++ head/math/mkl-dnn/Makefile	Fri Sep  7 02:31:47 2018	(r479176)
@@ -12,6 +12,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_FreeBSD_10=	invalid value 'internal' in '-fvisibility internal'
+BROKEN_i386=	error: shift count >= width of type (and other errors), see https://github.com/intel/mkl-dnn/issues/315
 
 TEST_DEPENDS=	bash:shells/bash
 



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