Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 11:46:08 +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: r521714 - in head: . math math/blazeiterative science science/openmx science/py-PyFR science/py-phono3py
Message-ID:  <202001011146.001Bk8NM051768@repo.freebsd.org>

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

Log:
  Resurrect ports depending on devel/openmp.
  
  These ports will transition transparantly to openmp from base once
  FreeBSD 12.0 reaches end-of-life.
  
  Reported by:	jbeich [1] [2]
  
  [1] https://lists.freebsd.org/pipermail/svn-ports-head/2019-May/210482.html
  [2] https://lists.freebsd.org/pipermail/svn-ports-head/2019-December/229648.html

Added:
  head/math/blazeiterative/
     - copied from r521644, head/math/blazeiterative/
  head/science/openmx/
     - copied from r521644, head/science/openmx/
  head/science/py-PyFR/
     - copied from r521644, head/science/py-PyFR/
  head/science/py-phono3py/
     - copied from r521644, head/science/py-phono3py/
Modified:
  head/MOVED
  head/math/Makefile
  head/math/blazeiterative/Makefile
  head/science/Makefile
  head/science/openmx/Makefile
  head/science/py-PyFR/Makefile
  head/science/py-phono3py/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jan  1 11:30:49 2020	(r521713)
+++ head/MOVED	Wed Jan  1 11:46:08 2020	(r521714)
@@ -13670,7 +13670,6 @@ graphics/linux-c6-sdl_image|graphics/linux-c7-sdl_imag
 graphics/linux-c6-sdl_ttf|graphics/linux-c7-sdl_ttf|2019-12-31|Has expired: Superseded by CentOS 7
 graphics/linux-c6-tiff|graphics/linux-c7-tiff|2019-12-31|Has expired: Superseded by CentOS 7
 lang/linux-c6-tcl85|lang/linux-c7-tcl85|2019-12-31|Has expired: Superseded by CentOS 7
-math/blazeiterative||2019-12-31|Has expired: Depends on expiring devel/openmp
 multimedia/linux-c6-libtheora|multimedia/linux-c7-libtheora|2019-12-31|Has expired: Superseded by CentOS 7
 multimedia/linux-c6-libv4l|multimedia/linux-c7-libv4l|2019-12-31|Has expired: Superseded by CentOS 7
 net/linux-c6-avahi-libs|net/linux-c7-avahi-libs|2019-12-31|Has expired: Superseded by CentOS 7
@@ -13678,9 +13677,6 @@ net/linux-c6-openldap|net/linux-c7-openldap|2019-12-31
 net/linux-c6-tcp_wrappers-libs|net/linux-c7-tcp_wrappers-libs|2019-12-31|Has expired: Superseded by CentOS 7
 net/py-soappy|net/py-zeep|2019-12-31|Has expired: Please consider using net/py-zeep as upstream development is stalled  and recommends using another stalled library stud
 print/linux-c6-cups-libs|print/linux-c7-cups-libs|2019-12-31|Has expired: Superseded by CentOS 7
-science/openmx||2019-12-31|Has expired: Depends on expiring devel/openmp
-science/py-PyFR||2019-12-31|Has expired: Depends on expiring devel/openmp
-science/py-phono3py||2019-12-31|Has expired: Depends on expiring devel/openmp
 security/linux-c6-audit-libs||2019-12-31|Has expired: Superseded by CentOS 7
 security/linux-c6-cyrus-sasl2|security/linux-c7-cyrus-sasl2|2019-12-31|Has expired: Superseded by CentOS 7
 security/linux-c6-gnutls|security/linux-c7-gnutls|2019-12-31|Has expired: Superseded by CentOS 7

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Wed Jan  1 11:30:49 2020	(r521713)
+++ head/math/Makefile	Wed Jan  1 11:46:08 2020	(r521714)
@@ -148,6 +148,7 @@
     SUBDIR += blas
     SUBDIR += blasfeo
     SUBDIR += blaze
+    SUBDIR += blazeiterative
     SUBDIR += blis
     SUBDIR += blitz++
     SUBDIR += blocksolve95

Modified: head/math/blazeiterative/Makefile
==============================================================================
--- head/math/blazeiterative/Makefile	Tue Dec 31 16:53:30 2019	(r521644)
+++ head/math/blazeiterative/Makefile	Wed Jan  1 11:46:08 2020	(r521714)
@@ -10,9 +10,6 @@ COMMENT=	Set of iterative linear system solvers for us
 
 #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 \

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Wed Jan  1 11:30:49 2020	(r521713)
+++ head/science/Makefile	Wed Jan  1 11:46:08 2020	(r521714)
@@ -175,6 +175,7 @@
     SUBDIR += openbabel
     SUBDIR += openkim
     SUBDIR += openkim-models
+    SUBDIR += openmx
     SUBDIR += opensim-core
     SUBDIR += opensph
     SUBDIR += opsin
@@ -223,6 +224,7 @@
     SUBDIR += py-MDAnalysis
     SUBDIR += py-MDAnalysisTests
     SUBDIR += py-OpenFermion
+    SUBDIR += py-PyFR
     SUBDIR += py-PyQuante
     SUBDIR += py-ScientificPython
     SUBDIR += py-SimpleSpectral
@@ -255,6 +257,7 @@
     SUBDIR += py-openpiv
     SUBDIR += py-paida
     SUBDIR += py-paramz
+    SUBDIR += py-phono3py
     SUBDIR += py-phonopy
     SUBDIR += py-pupynere
     SUBDIR += py-pyaixi

Modified: head/science/openmx/Makefile
==============================================================================
--- head/science/openmx/Makefile	Tue Dec 31 16:53:30 2019	(r521644)
+++ head/science/openmx/Makefile	Wed Jan  1 11:46:08 2020	(r521714)
@@ -19,8 +19,6 @@ BROKEN=		unfetchable
 LICENSE=	GPLv2
 
 BROKEN_i386=	undefined reference to `__atomic_load', see bug#229605 and https://reviews.llvm.org/D42154
-DEPRECATED=	Depends on expiring devel/openmp
-EXPIRATION_DATE=	2019-12-31
 
 LIB_DEPENDS=	libblas.so:math/blas \
 		libfftw3.so:math/fftw3 \

Modified: head/science/py-PyFR/Makefile
==============================================================================
--- head/science/py-PyFR/Makefile	Tue Dec 31 16:53:30 2019	(r521644)
+++ head/science/py-PyFR/Makefile	Wed Jan  1 11:46:08 2020	(r521714)
@@ -13,9 +13,6 @@ COMMENT=	Framework for solving advection-diffusion typ
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Depends on expiring devel/openmp
-EXPIRATION_DATE=	2019-12-31
-
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gimmik>=2.0:math/py-gimmik@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h5py>=2.6:science/py-h5py@${PY_FLAVOR} \

Modified: head/science/py-phono3py/Makefile
==============================================================================
--- head/science/py-phono3py/Makefile	Tue Dec 31 16:53:30 2019	(r521644)
+++ head/science/py-phono3py/Makefile	Wed Jan  1 11:46:08 2020	(r521714)
@@ -13,9 +13,6 @@ COMMENT=	Software to calculate phonon-phonon interacti
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Depends on expiring devel/openmp
-EXPIRATION_DATE=	2019-12-31
-
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \



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