Date: Fri, 12 Mar 2021 08:05:35 +0000 (UTC) From: Mikael Urankar <mikael@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568147 - head/math/onednn Message-ID: <202103120805.12C85Z9s039735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mikael Date: Fri Mar 12 08:05:34 2021 New Revision: 568147 URL: https://svnweb.freebsd.org/changeset/ports/568147 Log: math/onednn: Mark broken on aarch64 /wrkdirs/usr/ports/math/onednn/work/oneDNN-2.1.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64_util.h:20:10: fatal error: 'sys/prctl.h' file not found Approved by: portmgr (tier-2 blanket) Modified: head/math/onednn/Makefile Modified: head/math/onednn/Makefile ============================================================================== --- head/math/onednn/Makefile Fri Mar 12 08:04:21 2021 (r568146) +++ head/math/onednn/Makefile Fri Mar 12 08:05:34 2021 (r568147) @@ -11,6 +11,7 @@ COMMENT= Intel(R) Math Kernel Library for Deep Neural LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= error: sys/prctl.h file not found 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?202103120805.12C85Z9s039735>