git: c3c9edac7d89 - main - misc/pytorch: Mark BROKEN on 14

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 17 Aug 2023 04:33:37 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3c9edac7d89f57540af23e94336ee1ffd3e0f32

commit c3c9edac7d89f57540af23e94336ee1ffd3e0f32
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-16 22:01:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-17 04:33:22 +0000

    misc/pytorch: Mark BROKEN on 14
    
    Fails to compile with:
    error: calling a private constructor of class
    'c10::impl::ListElementReference<at::Tensor,
    std::__wrap_iter<c10::IValue *>>'
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 misc/pytorch/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile
index a20a7a290275..fef8cca67935 100644
--- a/misc/pytorch/Makefile
+++ b/misc/pytorch/Makefile
@@ -14,6 +14,7 @@ LICENSE=	BSD3CLAUSE
 
 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
 
 BUILD_DEPENDS=	gmake:devel/gmake \
 		${LOCALBASE}/include/fxdiv.h:devel/fxdiv