Skip to content

Commit

Permalink
misc/mxnet: Broken on systems where OpenMP isn't enabled
Browse files Browse the repository at this point in the history
Reported by:	fallout

(cherry picked from commit a3f6ca2)
  • Loading branch information
yurivict committed Jul 29, 2022
1 parent 8a32168 commit eab9398
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/mxnet/Makefile
Expand Up @@ -8,6 +8,9 @@ COMMENT= Apache MXNet: Ultra-scalable deep learning framework
LICENSE= APACHE20

BROKEN_i386= https://github.com/apache/incubator-mxnet/issues/20832
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif

BUILD_DEPENDS= googletest>0:devel/googletest
LIB_DEPENDS= libdmlc.so:devel/dmlc-core \
Expand Down

0 comments on commit eab9398

Please sign in to comment.