1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

misc/mxnet: Broken on systems where OpenMP isn't enabled

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2022-07-29 13:53:51 -07:00
parent 96fd666304
commit a3f6ca2af1

View File

@ -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 \