svn commit: r568147 - head/math/onednn
Mikael Urankar
mikael at FreeBSD.org
Fri Mar 12 08:05:35 UTC 2021
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 \
More information about the svn-ports-all
mailing list