Date: Thu, 14 Jul 2022 18:41:37 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f5b6d4a7c866 - main - math/libxsmm: Broken on arm64 Message-ID: <202207141841.26EIfbn7061302@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5b6d4a7c866e7c94167c77ff3eabe77a72e7d34 commit f5b6d4a7c866e7c94167c77ff3eabe77a72e7d34 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-14 18:40:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-14 18:41:35 +0000 math/libxsmm: Broken on arm64 Reported by: fallout --- math/libxsmm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/libxsmm/Makefile b/math/libxsmm/Makefile index 5023ffb5fbf2..09986d7ce99d 100644 --- a/math/libxsmm/Makefile +++ b/math/libxsmm/Makefile @@ -9,6 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md BROKEN_i386= error: assigning to '__m256i' (vector of 4 'long long' values) from incompatible type 'int' +BROKEN_aarch64= error: invalid output constraint '=a', see https://github.com/libxsmm/libxsmm/issues/669 BUILD_DEPENDS= bash:shells/bash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207141841.26EIfbn7061302>