1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

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

Reported by:	fallout

(cherry picked from commit 9e83c18226)
This commit is contained in:
Yuri Victorovich 2022-07-24 03:20:13 -07:00
parent c47c1dad4f
commit 4a802e3c84

View File

@ -8,6 +8,10 @@ COMMENT= Universal Radio Hacker: investigate wireless protocols like a boss
LICENSE= GPLv3
.if !exists(/usr/include/omp.h)
BROKEN= requires OpenMP support that is missing on this architecture
.endif
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \