From 1b462f014cbfe73b26ffca38a0c1ce91a4a136f2 Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 27 May 2019 20:55:56 +0000 Subject: Chase devel/openmp expiration --- math/blaze/Makefile | 3 +++ math/blazeiterative/Makefile | 3 +++ 2 files changed, 6 insertions(+) (limited to 'math') 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 \ -- cgit