Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2019 15:43:21 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521635 - in head: math/blaze science/chrono
Message-ID:  <201912311543.xBVFhLIM033578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Dec 31 15:43:20 2019
New Revision: 521635
URL: https://svnweb.freebsd.org/changeset/ports/521635

Log:
  Chase devel/openmp expiration:
  
  - Sync expiration date of math/blaze with that of devel/openmp
  - add science/chrono

Modified:
  head/math/blaze/Makefile
  head/science/chrono/Makefile

Modified: head/math/blaze/Makefile
==============================================================================
--- head/math/blaze/Makefile	Tue Dec 31 15:32:09 2019	(r521634)
+++ head/math/blaze/Makefile	Tue Dec 31 15:43:20 2019	(r521635)
@@ -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 \

Modified: head/science/chrono/Makefile
==============================================================================
--- head/science/chrono/Makefile	Tue Dec 31 15:32:09 2019	(r521634)
+++ head/science/chrono/Makefile	Tue Dec 31 15:43:20 2019	(r521635)
@@ -12,6 +12,9 @@ COMMENT=	C++ library for multi-physics simulation
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Depends on expiring devel/openmp
+EXPIRATION_DATE=2020-02-01
+
 BROKEN_i386=	use of overloaded operator '[]' is ambiguous (with operand types 'chrono::quaternion' and 'int'): https://github.com/projectchrono/chrono/issues/158
 
 BUILD_DEPENDS=	openmpi>0:net/openmpi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912311543.xBVFhLIM033578>