svn commit: r479176 - head/math/mkl-dnn

Yuri Victorovich yuri at FreeBSD.org
Fri Sep 7 02:31:47 UTC 2018


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
 


More information about the svn-ports-head mailing list