mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
math/onednn: Broken on systems where OpenMP isn't enabled
Reported by: fallout
(cherry picked from commit 0c581d00b1
)
This commit is contained in:
parent
d5bf9f6b14
commit
91e71683e2
@ -11,6 +11,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe
|
||||
BROKEN_aarch64= error: sys/prctl.h file not found
|
||||
.if !exists(/usr/include/omp.h)
|
||||
BROKEN= requires OpenMP support that is missing on this architecture
|
||||
.endif
|
||||
|
||||
TEST_DEPENDS= bash:shells/bash \
|
||||
libsysinfo>0:devel/libsysinfo
|
||||
|
Loading…
Reference in New Issue
Block a user