Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2019 21:06:18 +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: r494647 - head/math/mkl-dnn
Message-ID:  <201903042106.x24L6IDr067229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Mar  4 21:06:17 2019
New Revision: 494647
URL: https://svnweb.freebsd.org/changeset/ports/494647

Log:
  Mark as ONLY_FOR x86.  From the README.md file:
  
    Intel MKL-DNN supports Intel 64 architecture and compatible architectures.
  
  Reported by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/mkl-dnn/Makefile

Modified: head/math/mkl-dnn/Makefile
==============================================================================
--- head/math/mkl-dnn/Makefile	Mon Mar  4 20:59:21 2019	(r494646)
+++ head/math/mkl-dnn/Makefile	Mon Mar  4 21:06:17 2019	(r494647)
@@ -11,6 +11,8 @@ COMMENT=	Intel(R) Math Kernel Library for Deep Neural 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS_REASON=	Intel MKL-DNN supports Intel 64 architecture and compatible architectures
 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



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