diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
| commit | e1d56a9db2541dd41f1907a5a19a686a326831cc (patch) | |
| tree | 6a5120e4890360e5d98bb4a63ff86cfc80e8392f /math/blaze | |
| parent | 0c69caeef6092fbf32d6330958bbb88f74c02443 (diff) | |
Notes
Diffstat (limited to 'math/blaze')
| -rw-r--r-- | math/blaze/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/blaze/Makefile b/math/blaze/Makefile index e301b3494895..03c7bab48960 100644 --- a/math/blaze/Makefile +++ b/math/blaze/Makefile @@ -13,11 +13,9 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ - openblas>0:math/openblas \ - openmp>0:devel/openmp + openblas>0:math/openblas RUN_DEPENDS= boost-libs>0:devel/boost-libs \ - openblas>0:math/openblas \ - openmp>0:devel/openmp + openblas>0:math/openblas USES= cmake compiler:c++14-lang fortran localbase:ldflags NO_ARCH= yes |
