Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 11:30:49 +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: r521713 - in head: math/blaze science/chrono
Message-ID:  <202001011130.001BUnfa040003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Wed Jan  1 11:30:49 2020
New Revision: 521713
URL: https://svnweb.freebsd.org/changeset/ports/521713

Log:
  Undeprecate math/blaze and science/chrono per https://lists.freebsd.org/pipermail/svn-ports-head/2019-May/210482.html

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

Modified: head/math/blaze/Makefile
==============================================================================
--- head/math/blaze/Makefile	Wed Jan  1 10:17:38 2020	(r521712)
+++ head/math/blaze/Makefile	Wed Jan  1 11:30:49 2020	(r521713)
@@ -12,9 +12,6 @@ COMMENT=	C++ math library for dense and sparse arithme
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Depends on expiring devel/openmp
-EXPIRATION_DATE=	2020-02-01
-
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
 		openblas>0:math/openblas \
 		openmp>0:devel/openmp

Modified: head/science/chrono/Makefile
==============================================================================
--- head/science/chrono/Makefile	Wed Jan  1 10:17:38 2020	(r521712)
+++ head/science/chrono/Makefile	Wed Jan  1 11:30:49 2020	(r521713)
@@ -12,9 +12,6 @@ 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?202001011130.001BUnfa040003>