diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-05 05:06:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-05 05:06:17 +0800 |
commit | cb1639b3fda1e52a2157735bf71b8b85491cfd96 (patch) | |
tree | e85495b6947b5c7f9620d1bb726da3b7805625a0 | |
parent | 7002c373c53dfe6237c77a9066fdbe2f45eb522c (diff) | |
download | freebsd-ports-gnome-cb1639b3fda1e52a2157735bf71b8b85491cfd96.tar.gz freebsd-ports-gnome-cb1639b3fda1e52a2157735bf71b8b85491cfd96.tar.zst freebsd-ports-gnome-cb1639b3fda1e52a2157735bf71b8b85491cfd96.zip |
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)
-rw-r--r-- | math/mkl-dnn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/mkl-dnn/Makefile b/math/mkl-dnn/Makefile index 72cbd8f75b37..2d909000b1a1 100644 --- a/math/mkl-dnn/Makefile +++ b/math/mkl-dnn/Makefile @@ -11,6 +11,8 @@ COMMENT= Intel(R) Math Kernel Library for Deep Neural Networks 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 |