Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2019 09:38:47 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513469 - head/graphics/oidn
Message-ID:  <201910010938.x919clMg051077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct  1 09:38:47 2019
New Revision: 513469
URL: https://svnweb.freebsd.org/changeset/ports/513469

Log:
  Switch from BROKEN_i386 to ONLY_FOR_ARCHS=amd64.
  
  This port makes use of SSE instructions, and Intel's documentation
  only claims to support 64-bit x86.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/graphics/oidn/Makefile

Modified: head/graphics/oidn/Makefile
==============================================================================
--- head/graphics/oidn/Makefile	Tue Oct  1 09:38:30 2019	(r513468)
+++ head/graphics/oidn/Makefile	Tue Oct  1 09:38:47 2019	(r513469)
@@ -12,7 +12,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)
+ONLY_FOR_ARCHS=		amd64
+ONLY_FOR_ARCHS_REASON=	Intel(R) MKL-DNN supports x86 64 bit platforms only (oidn contains a custom version of mkl-dnn, see math/mkl-dnn)
 
 LIB_DEPENDS=	libtbb.so:devel/tbb
 



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