git: 1ae1599d8a2f - main - misc/py-pytorch: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 19 May 2023 08:07:29 UTC
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 \