diff options
author | antoine <antoine@FreeBSD.org> | 2019-05-28 04:55:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-05-28 04:55:56 +0800 |
commit | 1b462f014cbfe73b26ffca38a0c1ce91a4a136f2 (patch) | |
tree | 916f36f3a941c36d6b39209c4d39deb61b36978f /math | |
parent | 839586f7488a2502f465015b60346ff554dcade3 (diff) | |
download | freebsd-ports-gnome-1b462f014cbfe73b26ffca38a0c1ce91a4a136f2.tar.gz freebsd-ports-gnome-1b462f014cbfe73b26ffca38a0c1ce91a4a136f2.tar.zst freebsd-ports-gnome-1b462f014cbfe73b26ffca38a0c1ce91a4a136f2.zip |
Chase devel/openmp expiration
Diffstat (limited to 'math')
-rw-r--r-- | math/blaze/Makefile | 3 | ||||
-rw-r--r-- | math/blazeiterative/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/math/blaze/Makefile b/math/blaze/Makefile index 58fa33c776aa..16ecce3ba697 100644 --- a/math/blaze/Makefile +++ b/math/blaze/Makefile @@ -12,6 +12,9 @@ COMMENT= C++ math library for dense and sparse arithmetic LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Depends on expiring devel/openmp +EXPIRATION_DATE= 2019-12-31 + BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ openblas>0:math/openblas \ openmp>0:devel/openmp 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 \ |