mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
science/cp2k: Broken on systems where OpenMP isn't enabled
Reported by: fallout
This commit is contained in:
parent
d18cac5da5
commit
caa6112c41
@ -9,6 +9,10 @@ COMMENT= Quantum chemistry and solid state physics software package
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
.if !exists(/usr/include/omp.h)
|
||||
BROKEN= requires OpenMP support that is missing on this architecture
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS= fypp:devel/py-fypp@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libblas.so:math/blas \
|
||||
libfftw3.so:math/fftw3 \
|
||||
|
Loading…
Reference in New Issue
Block a user