Date: Sat, 11 Jan 2025 09:31:00 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: 9a1e6020bd2c - main - misc/py-pytorch: Broken on armv7 Message-ID: <202501110931.50B9V0Cu026961@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=9a1e6020bd2c902d7bb5bcd5669eec9a6b909a85 commit 9a1e6020bd2c902d7bb5bcd5669eec9a6b909a85 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-01-11 09:30:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-01-11 09:30:49 +0000 misc/py-pytorch: Broken on armv7 Reported by: fallout --- misc/py-pytorch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index 4e1333a8ae96..cbaf59c07918 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -15,7 +15,8 @@ WWW= https://pytorch.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_aarch64= build fails: CMake Error at third_party/QNNPACK/CMakeLists.txt:47 (MESSAGE): Unrecognized CMAKE_SYSTEM_NAME = FreeBSD +BROKEN_aarch64= build fails: CMake Error at third_party/QNNPACK/CMakeLists.txt:47 (MESSAGE): Unrecognized CMAKE_SYSTEM_NAME = FreeBSD, see https://github.com/pytorch/pytorch/issues/144608 +BROKEN_armv7= build fails: CMake Error at third_party/QNNPACK/CMakeLists.txt:47 (MESSAGE): Unrecognized CMAKE_SYSTEM_NAME = FreeBSD, see https://github.com/pytorch/pytorch/issues/144608 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501110931.50B9V0Cu026961>