diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-17 00:01:17 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-17 06:33:22 +0200 |
commit | c3c9edac7d89f57540af23e94336ee1ffd3e0f32 (patch) | |
tree | 24b088a4e9f15877efed452975604098918085b1 /misc | |
parent | 96d07b8db000a9798b11b5aed214f6e2a2b5bf2d (diff) | |
download | freebsd-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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pytorch/Makefile | 1 |
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 |