diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-12-31 15:43:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-12-31 15:43:20 +0000 |
commit | 515028feb561c7501bc48fefc14f151972cad197 (patch) | |
tree | 4701d3a0f3bb74218b9a06076477541058fdd9d8 /math | |
parent | 1d7971b4bec0a939f1825931ddeff04f2ec17af9 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/blaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blaze/Makefile b/math/blaze/Makefile index 9af6d2165455..b1a77ea72b6a 100644 --- a/math/blaze/Makefile +++ b/math/blaze/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Depends on expiring devel/openmp -EXPIRATION_DATE= 2019-12-31 +EXPIRATION_DATE= 2020-02-01 BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ openblas>0:math/openblas \ |