svn commit: r513469 - head/graphics/oidn

Mark Linimon linimon at FreeBSD.org
Tue Oct 1 09:38:47 UTC 2019


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
 


More information about the svn-ports-head mailing list