science/py-GPy: Broken on systems where OpenMP isn't enabled
Reported by: fallout
This commit is contained in:
parent
5968ac5c3a
commit
f71ed96330
@ -10,6 +10,10 @@ COMMENT= Gaussian process toolbox
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
.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}scipy>=1.3.0:science/py-scipy@${PY_FLAVOR} \
|
||||
|
Loading…
Reference in New Issue
Block a user