svn commit: r493408 - head/graphics/oidn

Yuri Victorovich yuri at FreeBSD.org
Wed Feb 20 06:22:11 UTC 2019


Author: yuri
Date: Wed Feb 20 06:22:10 2019
New Revision: 493408
URL: https://svnweb.freebsd.org/changeset/ports/493408

Log:
  graphics/oidn: Broken on i386

Modified:
  head/graphics/oidn/Makefile

Modified: head/graphics/oidn/Makefile
==============================================================================
--- head/graphics/oidn/Makefile	Wed Feb 20 06:14:57 2019	(r493407)
+++ head/graphics/oidn/Makefile	Wed Feb 20 06:22:10 2019	(r493408)
@@ -11,6 +11,8 @@ COMMENT=	Intel(R) Open Image Denoise library
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	Intel(R) MKL-DNN supports 64 bit platforms only (oidn contains a custom version of mkl-dnn, see math/mkl-dnn)
+
 LIB_DEPENDS=	libtbb.so:devel/tbb
 
 USES=		cmake compiler:c++11-lang


More information about the svn-ports-head mailing list