Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 08:07:29 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: 1ae1599d8a2f - main - misc/py-pytorch: Broken on aarch64
Message-ID:  <202305190807.34J87TII000877@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=1ae1599d8a2f748ff6b38d407caf4b4c9679d4e1

commit 1ae1599d8a2f748ff6b38d407caf4b4c9679d4e1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-05-19 08:03:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-05-19 08:07:27 +0000

    misc/py-pytorch: Broken on aarch64
    
    Reported by:    fallout
---
 misc/py-pytorch/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile
index e9f1fc05ffdd..0a6db704c041 100644
--- a/misc/py-pytorch/Makefile
+++ b/misc/py-pytorch/Makefile
@@ -14,6 +14,7 @@ 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_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?202305190807.34J87TII000877>