git: 2195fb882f03 - main - math/libxsmm: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Jan 2022 07:21:44 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2195fb882f0369663ab7d7ce8a2ecd81f20be474 commit 2195fb882f0369663ab7d7ce8a2ecd81f20be474 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-20 07:21:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-20 07:21:41 +0000 math/libxsmm: Broken on i386 Reported by: fallout --- math/libxsmm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/libxsmm/Makefile b/math/libxsmm/Makefile index 4aa8afb24c07..381aa4ab3fd5 100644 --- a/math/libxsmm/Makefile +++ b/math/libxsmm/Makefile @@ -8,6 +8,7 @@ COMMENT= Library for dense and sparse matrix operations and deep learning LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_i386= error: assigning to '__m256i' (vector of 4 'long long' values) from incompatible type 'int' BUILD_DEPENDS= bash:shells/bash