aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-16 22:01:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-17 04:33:22 +0000
commitc3c9edac7d89f57540af23e94336ee1ffd3e0f32 (patch)
tree24b088a4e9f15877efed452975604098918085b1
parent96d07b8db000a9798b11b5aed214f6e2a2b5bf2d (diff)
downloadports-c3c9edac7d89f57540af23e94336ee1ffd3e0f32.tar.gz
ports-c3c9edac7d89f57540af23e94336ee1ffd3e0f32.zip
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
-rw-r--r--misc/pytorch/Makefile1
1 files changed, 1 insertions, 0 deletions
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