diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-25 02:01:34 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-25 02:02:21 +0000 |
commit | d18cac5da57cb43450eac29de673ff228e65791a (patch) | |
tree | 1f6348883396f9e9805723afc22e9a63f4281ba2 /math/dbcsr | |
parent | 9bf7bc98d772f1da1d7be6fb16dd56686660d1b1 (diff) |
Diffstat (limited to 'math/dbcsr')
-rw-r--r-- | math/dbcsr/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/dbcsr/Makefile b/math/dbcsr/Makefile index 4942afd85abc..47bbedb3afca 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 \ |