git: 24b160860c85 - 2024Q1 - misc/pytorch: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 07:00:21 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=24b160860c853066f85720150e684de0a9ad26c9
commit 24b160860c853066f85720150e684de0a9ad26c9
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-25 06:59:32 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-25 07:00:17 +0000
misc/pytorch: Broken on i386
Reported by: fallout
(cherry picked from commit 9cb5780b0325a0b837dae543e11d1e6a075d55ef)
---
misc/pytorch/Makefile | 4 +---
1 file changed, 1 insertion(+), 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