Date: Sun, 22 Sep 2024 19:30:00 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ae449094969 - main - math/{,py-}heyoka: update 5.0.1 =?utf-8?Q?=E2=86=92?= 6.0.0 Message-ID: <202409221930.48MJU0d0008519@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ae449094969c84b885ec18e821ee7c681cc0af7 commit 2ae449094969c84b885ec18e821ee7c681cc0af7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-22 19:28:52 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-22 19:29:55 +0000 math/{,py-}heyoka: update 5.0.1 → 6.0.0 Reported by: portscout --- math/heyoka/Makefile | 11 ++--------- math/heyoka/distinfo | 14 +++----------- math/heyoka/pkg-plist | 11 +++++++++-- math/py-heyoka/Makefile | 3 +-- math/py-heyoka/distinfo | 6 +++--- math/py-heyoka/pkg-plist | 2 ++ 6 files changed, 20 insertions(+), 27 deletions(-) diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile index 00c9347447bf..f3abc7260f2b 100644 --- a/math/heyoka/Makefile +++ b/math/heyoka/Makefile @@ -1,15 +1,8 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v -DISTVERSION= 5.0.0 -PORTREVISION= 1 +DISTVERSION= 6.0.0 CATEGORIES= math -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= e9ca3726897a0b114876f4486d8903740c167893.patch:-p1 # 4 release followup patches from https://github.com/bluescarni/heyoka/pull/428 -PATCHFILES+= 86e10d0115074b347d74e78102d59395091c66ac.patch:-p1 -PATCHFILES+= c5609ec799822a3a44044d061a8376221863f747.patch:-p1 -PATCHFILES+= f60ce702cb5d2005598c139c87a2b93460f0771a.patch:-p1 - MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for ODE integration via Taylor's method and LLVM WWW= https://bluescarni.github.io/heyoka/ @@ -31,7 +24,7 @@ LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ TEST_DEPENDS= xtensor>0:math/xtensor \ xtensor-blas>0:math/xtensor-blas -USES= cmake:testing compiler:c++17-lang llvm:min=16,build,run +USES= cmake:testing compiler:c++20-lang llvm:min=16,build,run USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/math/heyoka/distinfo b/math/heyoka/distinfo index bd390a29c892..b344e48194e1 100644 --- a/math/heyoka/distinfo +++ b/math/heyoka/distinfo @@ -1,11 +1,3 @@ -TIMESTAMP = 1718356708 -SHA256 (bluescarni-heyoka-v5.0.0_GH0.tar.gz) = e9a4b5683a08706addc1b448e232f1e269d78586859fe3f4d93d4c5eee3bc8ae -SIZE (bluescarni-heyoka-v5.0.0_GH0.tar.gz) = 104391096 -SHA256 (e9ca3726897a0b114876f4486d8903740c167893.patch) = ebc1dcf41e0b827512fd7551152c3b16b188b69b8b3e6236e594859aa79a8c61 -SIZE (e9ca3726897a0b114876f4486d8903740c167893.patch) = 1198 -SHA256 (86e10d0115074b347d74e78102d59395091c66ac.patch) = 9813a89a0f749872424715827f31a7683df290bc58675746583ed0da7337183a -SIZE (86e10d0115074b347d74e78102d59395091c66ac.patch) = 2573 -SHA256 (c5609ec799822a3a44044d061a8376221863f747.patch) = 96203f43462281e176fec3a50b3e95d1482a98c341d3f51ea2251df6bd3a0ddf -SIZE (c5609ec799822a3a44044d061a8376221863f747.patch) = 2701 -SHA256 (f60ce702cb5d2005598c139c87a2b93460f0771a.patch) = d1887691e6b13c39dbd551d58f1be647cda9548b48a86732e5eaf8b535568b7a -SIZE (f60ce702cb5d2005598c139c87a2b93460f0771a.patch) = 1941 +TIMESTAMP = 1726978227 +SHA256 (bluescarni-heyoka-v6.0.0_GH0.tar.gz) = 9cf56a6a29db5c72c5203af70d568aede78cb549baf1505b8abd04b888492895 +SIZE (bluescarni-heyoka-v6.0.0_GH0.tar.gz) = 104464800 diff --git a/math/heyoka/pkg-plist b/math/heyoka/pkg-plist index bdc5e0fb5b17..7f564523e6ba 100644 --- a/math/heyoka/pkg-plist +++ b/math/heyoka/pkg-plist @@ -3,8 +3,10 @@ include/heyoka/callback/angle_reducer.hpp include/heyoka/callbacks.hpp include/heyoka/config.hpp include/heyoka/continuous_output.hpp +include/heyoka/detail/aligned_buffer.hpp include/heyoka/detail/binomial.hpp include/heyoka/detail/cm_utils.hpp +include/heyoka/detail/debug.hpp include/heyoka/detail/dfloat.hpp include/heyoka/detail/div.hpp include/heyoka/detail/dtens_impl.hpp @@ -50,6 +52,7 @@ include/heyoka/detail/num_identity.hpp include/heyoka/detail/num_utils.hpp include/heyoka/detail/optional_s11n.hpp include/heyoka/detail/real_helpers.hpp +include/heyoka/detail/rng_to_vec.hpp include/heyoka/detail/simple_timer.hpp include/heyoka/detail/string_conv.hpp include/heyoka/detail/sub.hpp @@ -100,9 +103,12 @@ include/heyoka/math/kepDE.hpp include/heyoka/math/kepE.hpp include/heyoka/math/kepF.hpp include/heyoka/math/log.hpp +include/heyoka/math/logical.hpp include/heyoka/math/pow.hpp include/heyoka/math/prod.hpp +include/heyoka/math/relational.hpp include/heyoka/math/relu.hpp +include/heyoka/math/select.hpp include/heyoka/math/sigmoid.hpp include/heyoka/math/sin.hpp include/heyoka/math/sinh.hpp @@ -123,6 +129,7 @@ include/heyoka/model/nbody.hpp include/heyoka/model/nrlmsise00_tn.hpp include/heyoka/model/pendulum.hpp include/heyoka/model/rotating.hpp +include/heyoka/model/sgp4.hpp include/heyoka/model/vsop2013.hpp include/heyoka/models.hpp include/heyoka/number.hpp @@ -138,5 +145,5 @@ lib/cmake/heyoka/heyoka-config.cmake lib/cmake/heyoka/heyoka_export-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/heyoka/heyoka_export.cmake lib/libheyoka.so -lib/libheyoka.so.28 -lib/libheyoka.so.28.0 +lib/libheyoka.so.30 +lib/libheyoka.so.30.0 diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile index ce1cf6006a5c..fdca6765393c 100644 --- a/math/py-heyoka/Makefile +++ b/math/py-heyoka/Makefile @@ -1,7 +1,6 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v -DISTVERSION= 5.0.1 -PORTREVISION= 1 +DISTVERSION= 6.0.0 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-heyoka/distinfo b/math/py-heyoka/distinfo index 4fd40a96b109..75f8f60eeb03 100644 --- a/math/py-heyoka/distinfo +++ b/math/py-heyoka/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718439020 -SHA256 (bluescarni-heyoka.py-v5.0.1_GH0.tar.gz) = 5a2b71ace5b17215e755512147d1967fed8a7108dac1c40cebec8074f90d1542 -SIZE (bluescarni-heyoka.py-v5.0.1_GH0.tar.gz) = 149321640 +TIMESTAMP = 1726987730 +SHA256 (bluescarni-heyoka.py-v6.0.0_GH0.tar.gz) = 63af3b3d3b40d449323740d61dff374f3e628147056bfaa7f1d27d0c911281bf +SIZE (bluescarni-heyoka.py-v6.0.0_GH0.tar.gz) = 152747308 diff --git a/math/py-heyoka/pkg-plist b/math/py-heyoka/pkg-plist index befd6b006602..abc95f356377 100644 --- a/math/py-heyoka/pkg-plist +++ b/math/py-heyoka/pkg-plist @@ -1,5 +1,6 @@ %%PYTHON_SITELIBDIR%%/heyoka/__init__.py %%PYTHON_SITELIBDIR%%/heyoka/_ensemble_impl.py +%%PYTHON_SITELIBDIR%%/heyoka/_sgp4_test_data.py %%PYTHON_SITELIBDIR%%/heyoka/_sympy_utils.py %%PYTHON_SITELIBDIR%%/heyoka/_test_batch_integrator.py %%PYTHON_SITELIBDIR%%/heyoka/_test_celmec.py @@ -15,6 +16,7 @@ %%PYTHON_SITELIBDIR%%/heyoka/_test_real.py %%PYTHON_SITELIBDIR%%/heyoka/_test_real128.py %%PYTHON_SITELIBDIR%%/heyoka/_test_scalar_integrator.py +%%PYTHON_SITELIBDIR%%/heyoka/_test_sgp4_propagator.py %%PYTHON_SITELIBDIR%%/heyoka/_test_sympy.py %%PYTHON_SITELIBDIR%%/heyoka/_test_var_integrator.py %%PYTHON_SITELIBDIR%%/heyoka/_test_var_ode_sys.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409221930.48MJU0d0008519>