git: 926575d38878 - 2022Q3 - math/libxsmm: Broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Jul 2022 20:21:54 UTC
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=926575d388789534535b1589b3a9612df0983054 commit 926575d388789534535b1589b3a9612df0983054 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-14 18:40:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-14 20:21:48 +0000 math/libxsmm: Broken on arm64 Reported by: fallout (cherry picked from commit f5b6d4a7c866e7c94167c77ff3eabe77a72e7d34) --- math/libxsmm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/libxsmm/Makefile b/math/libxsmm/Makefile index 381aa4ab3fd5..25ece4924f12 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