aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-25 02:05:43 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-25 02:06:32 +0000
commitbbc137241a6e00e8cf84e144c86ea67fcc3a21e9 (patch)
tree9475eba3b1d381c3796382e85d8416fe634441d8 /science
parentb84ec0d0bde607cf740a05ecf7821621623ac963 (diff)
downloadports-bbc137241a6e00e8cf84e144c86ea67fcc3a21e9.tar.gz
ports-bbc137241a6e00e8cf84e144c86ea67fcc3a21e9.zip
science/cp2k: Broken on systems where OpenMP isn't enabled
Reported by: fallout (cherry picked from commit caa6112c41b2751a8cdc408a6e07abf6e835c28c)
Diffstat (limited to 'science')
-rw-r--r--science/cp2k/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/cp2k/Makefile b/science/cp2k/Makefile
index 2ab7472836f2..b6d07ab0fdd2 100644
--- a/science/cp2k/Makefile
+++ b/science/cp2k/Makefile
@@ -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 \