aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-25 02:01:34 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-25 02:02:47 +0000
commitb84ec0d0bde607cf740a05ecf7821621623ac963 (patch)
tree648043fbda35781064b48b666da2fe43b1012df5 /math
parentf7864f141345fdb45daddd4395082b06e0d5b645 (diff)
downloadports-b84ec0d0bde607cf740a05ecf7821621623ac963.tar.gz
ports-b84ec0d0bde607cf740a05ecf7821621623ac963.zip
math/dbcsr: Broken on systems where OpenMP isn't enabled
Reported by: fallout (cherry picked from commit d18cac5da57cb43450eac29de673ff228e65791a)
Diffstat (limited to 'math')
-rw-r--r--math/dbcsr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/dbcsr/Makefile b/math/dbcsr/Makefile
index f9756a7e7ab6..75a9d692ad40 100644
--- a/math/dbcsr/Makefile
+++ b/math/dbcsr/Makefile
@@ -9,6 +9,10 @@ COMMENT= Distributed Block Compressed Sparse Row matrix library
LICENSE= GPLv3
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}
USES= blaslapack:openblas cmake:noninja compiler:c++14-lang fortran \