diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-05-27 20:55:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-05-27 20:55:56 +0000 |
commit | 1f012844692d56983937d572796c5baffeeb2d21 (patch) | |
tree | 916f36f3a941c36d6b39209c4d39deb61b36978f /math/blazeiterative | |
parent | 4aa0e5fa77454cd938ea3c9f7bf126f3af60802c (diff) |
Notes
Diffstat (limited to 'math/blazeiterative')
-rw-r--r-- | math/blazeiterative/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/blazeiterative/Makefile b/math/blazeiterative/Makefile index aed8bbe20df8..0afa36cf5951 100644 --- a/math/blazeiterative/Makefile +++ b/math/blazeiterative/Makefile @@ -10,6 +10,9 @@ COMMENT= Set of iterative linear system solvers for use with the Blaze library #LICENSE= https://github.com/tjolsen/BlazeIterative/issues/9 +DEPRECATED= Depends on expiring devel/openmp +EXPIRATION_DATE= 2019-12-31 + BUILD_DEPENDS= blaze>0:math/blaze \ boost-libs>0:devel/boost-libs \ openblas>0:math/openblas \ |