svn commit: r502830 - in head: math/blaze math/blazeiterative science/openmx science/py-PyFR science/py-phono3py
Jan Beich
jbeich at FreeBSD.org
Mon May 27 21:52:38 UTC 2019
Antoine Brodin <antoine at FreeBSD.org> writes:
> Author: antoine
> Date: Mon May 27 20:55:56 2019
> New Revision: 502830
> URL: https://svnweb.freebsd.org/changeset/ports/502830
>
> Log:
> Chase devel/openmp expiration
The dependency can be removed transparently. And deprecating only a
subset of consumers looks strange. Please, back out.
$ git grep -l :devel/openmp | wc -l
50
> Modified: head/math/blaze/Makefile
> ==============================================================================
> --- head/math/blaze/Makefile Mon May 27 20:28:52 2019 (r502829)
> +++ head/math/blaze/Makefile Mon May 27 20:55:56 2019 (r502830)
> @@ -12,6 +12,9 @@ COMMENT= C++ math library for dense and sparse arithme
> LICENSE= BSD3CLAUSE
> LICENSE_FILE= ${WRKSRC}/LICENSE
>
> +DEPRECATED= Depends on expiring devel/openmp
> +EXPIRATION_DATE= 2019-12-31
Builds fine, see https://reviews.freebsd.org/P262
> Modified: head/math/blazeiterative/Makefile
> ==============================================================================
> --- head/math/blazeiterative/Makefile Mon May 27 20:28:52 2019 (r502829)
> +++ head/math/blazeiterative/Makefile Mon May 27 20:55:56 2019 (r502830)
> @@ -10,6 +10,9 @@ 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
Builds fine, see https://reviews.freebsd.org/P263
> Modified: head/science/openmx/Makefile
> ==============================================================================
> --- head/science/openmx/Makefile Mon May 27 20:28:52 2019 (r502829)
> +++ head/science/openmx/Makefile Mon May 27 20:55:56 2019 (r502830)
> @@ -17,6 +17,8 @@ COMMENT= Nanoscale material simulations using density
> 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
After fix[1] builds fine, see https://reviews.freebsd.org/P264
[1] https://lists.freebsd.org/pipermail/svn-ports-head/2019-May/209631.html
> Modified: head/science/py-PyFR/Makefile
> ==============================================================================
> --- head/science/py-PyFR/Makefile Mon May 27 20:28:52 2019 (r502829)
> +++ head/science/py-PyFR/Makefile Mon May 27 20:55:56 2019 (r502830)
> @@ -13,6 +13,9 @@ COMMENT= Framework for solving advection-diffusion typ
> LICENSE= BSD3CLAUSE
> LICENSE_FILE= ${WRKSRC}/LICENSE
>
> +DEPRECATED= Depends on expiring devel/openmp
> +EXPIRATION_DATE= 2019-12-31
Builds fine, see https://reviews.freebsd.org/P265
> Modified: head/science/py-phono3py/Makefile
> ==============================================================================
> --- head/science/py-phono3py/Makefile Mon May 27 20:28:52 2019 (r502829)
> +++ head/science/py-phono3py/Makefile Mon May 27 20:55:56 2019 (r502830)
> @@ -13,6 +13,9 @@ COMMENT= Software to calculate phonon-phonon interacti
> LICENSE= BSD3CLAUSE
> LICENSE_FILE= ${WRKSRC}/LICENSE
>
> +DEPRECATED= Depends on expiring devel/openmp
> +EXPIRATION_DATE= 2019-12-31
Builds fine, see https://reviews.freebsd.org/P266
More information about the svn-ports-all
mailing list