Date: Thu, 20 Jan 2022 07:21:44 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: 2195fb882f03 - main - math/libxsmm: Broken on i386 Message-ID: <202201200721.20K7LiVU073258@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201200721.20K7LiVU073258>