diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-25 06:59:32 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-01-25 07:00:17 +0000 |
commit | 24b160860c853066f85720150e684de0a9ad26c9 (patch) | |
tree | 32b9fbee7e86a4e66c957528d2c19869b93837a2 | |
parent | 856e66b20e38a123ef42724e9e2efa566e61a574 (diff) |
misc/pytorch: Broken on i386
Reported by: fallout
(cherry picked from commit 9cb5780b0325a0b837dae543e11d1e6a075d55ef)
-rw-r--r-- | misc/pytorch/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile index b48fb01272c5..d90d6dda4602 100644 --- a/misc/pytorch/Makefile +++ b/misc/pytorch/Makefile @@ -12,9 +12,7 @@ WWW= https://pytorch.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -#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 +BROKEN_i386= compilation fails: error: use of undeclared identifier 'AVX2' BUILD_DEPENDS= gmake:devel/gmake \ ${LOCALBASE}/include/fxdiv.h:devel/fxdiv |