Date: Thu, 25 Jan 2024 07:00:01 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: 9cb5780b0325 - main - misc/pytorch: Broken on i386 Message-ID: <202401250700.40P701PZ038637@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=9cb5780b0325a0b837dae543e11d1e6a075d55ef commit 9cb5780b0325a0b837dae543e11d1e6a075d55ef Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-25 06:59:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-25 06:59:32 +0000 misc/pytorch: Broken on i386 Reported by: fallout --- misc/pytorch/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile index b48fb01272c5..d90d6dda4602 100644 --- a/misc/pytorch/Makefile +++ b/misc/pytorch/Makefile @@ -12,9 +12,7 @@ WWW= https://pytorch.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -#BROKEN_aarch64= configure fails: CMake Error at third_party/XNNPACK/CMakeLists.txt:94 (MESSAGE): Unrecognized CMAKE_SYSTEM_NAME = FreeBSD -#BROKEN_i386= compilation fails: error: use of undeclared identifier 'AVX2' -#BROKEN_FreeBSD_14= fails to compile calling a private constructor of class +BROKEN_i386= compilation fails: error: use of undeclared identifier 'AVX2' BUILD_DEPENDS= gmake:devel/gmake \ ${LOCALBASE}/include/fxdiv.h:devel/fxdiv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401250700.40P701PZ038637>