Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 06:22:10 +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: r493408 - head/graphics/oidn
Message-ID:  <201902200622.x1K6MAqG093448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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