Skip to content

Commit

Permalink
misc/pytorch: Broken on aarch64 and i386
Browse files Browse the repository at this point in the history
Reported by:	fallout
  • Loading branch information
yurivict committed Jan 5, 2023
1 parent 1338855 commit 3eaffc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/pytorch/Makefile
Expand Up @@ -11,6 +11,9 @@ WWW= https://pytorch.org/

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'

BUILD_DEPENDS= gmake:devel/gmake \
${LOCALBASE}/include/fxdiv.h:devel/fxdiv
LIB_DEPENDS= libopenblas.so:math/openblas \
Expand Down

0 comments on commit 3eaffc7

Please sign in to comment.