Date: Tue, 9 May 2023 22:55:40 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: a657265f7fa4 - main - misc/py-pytorch: Broken on i386 Message-ID: <202305092255.349Mtevr054962@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=a657265f7fa48d7803140d3650b052652b85ae07 commit a657265f7fa48d7803140d3650b052652b85ae07 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-05-09 07:44:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-05-09 22:55:23 +0000 misc/py-pytorch: Broken on i386 --- misc/py-pytorch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index 67e667515367..a71d2a5ebb29 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -13,6 +13,8 @@ WWW= https://pytorch.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= build fails: DispatchStub.cpp:162:29: [0m[0;1;31merror: [0m[1muse of undeclared identifier 'AVX2'[0m + BUILD_DEPENDS= cmake:devel/cmake-core \ gmake:devel/gmake \ pybind11>0:devel/pybind11 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305092255.349Mtevr054962>