Date: Tue, 28 Apr 2026 07:57:12 +0000
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: a79e196439d9 - main - math/{,py-}heyoka: update 7.10=?utf-8?Q?=2E0 =E2=86=92 7?=.11.0
Message-ID: <69f06858.37358.779f8b96@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a79e196439d9aaab654d28b5710899b58529e070 commit a79e196439d9aaab654d28b5710899b58529e070 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-04-28 06:54:34 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-04-28 07:57:02 +0000 math/{,py-}heyoka: update 7.10.0 → 7.11.0 --- math/heyoka/Makefile | 8 ++++---- math/heyoka/distinfo | 6 +++--- math/heyoka/pkg-plist | 8 ++++++-- math/py-heyoka/Makefile | 2 +- math/py-heyoka/distinfo | 6 +++--- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile index cccc039fe90a..ccea3418c358 100644 --- a/math/heyoka/Makefile +++ b/math/heyoka/Makefile @@ -1,6 +1,6 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v -DISTVERSION= 7.10.0 +DISTVERSION= 7.11.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -39,13 +39,13 @@ CMAKE_TESTING_ON= HEYOKA_BUILD_TESTS # CMake's find_package() needs the minor version set correctly, otherwise it # will not be able to find the LLVM package. .if ${LLVM_VERSION} >= 18 -LLVM_VERSION_MINOR= 1 +LLVM_VERSION_MINOR= 1 .else -LLVM_VERSION_MINOR= 0 +LLVM_VERSION_MINOR= 0 .endif CMAKE_ARGS+= -DFREEBSD_LLVM_VERSION=${LLVM_VERSION}.${LLVM_VERSION_MINOR} -# tests as of 7.10.0: 100% tests passed, 0 tests failed out of 162 +# tests as of 7.11.0: 100% tests passed, 0 tests failed out of 162 .include <bsd.port.post.mk> diff --git a/math/heyoka/distinfo b/math/heyoka/distinfo index c0d7f3788fe6..1b42b3a58350 100644 --- a/math/heyoka/distinfo +++ b/math/heyoka/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1774898303 -SHA256 (bluescarni-heyoka-v7.10.0_GH0.tar.gz) = 32404b6e8e0697c5ee3e0debda523eb98c57485bfe39584715ca105b8e6377a1 -SIZE (bluescarni-heyoka-v7.10.0_GH0.tar.gz) = 86871990 +TIMESTAMP = 1777356207 +SHA256 (bluescarni-heyoka-v7.11.0_GH0.tar.gz) = 93c6e377d8cae27644e8e3009d1e0849ca44bddbac49e9907dc5682eeaa4942b +SIZE (bluescarni-heyoka-v7.11.0_GH0.tar.gz) = 86887873 diff --git a/math/heyoka/pkg-plist b/math/heyoka/pkg-plist index 00442bf8aade..8581bbebf4be 100644 --- a/math/heyoka/pkg-plist +++ b/math/heyoka/pkg-plist @@ -7,6 +7,7 @@ include/heyoka/detail/aligned_vector.hpp include/heyoka/detail/analytical_theories_helpers.hpp include/heyoka/detail/binomial.hpp include/heyoka/detail/cm_utils.hpp +include/heyoka/detail/composite_function.hpp include/heyoka/detail/debug.hpp include/heyoka/detail/dfloat.hpp include/heyoka/detail/div.hpp @@ -103,6 +104,7 @@ include/heyoka/kw.hpp include/heyoka/lagrangian.hpp include/heyoka/llvm_state.hpp include/heyoka/logging.hpp +include/heyoka/make_optional.hpp include/heyoka/math.hpp include/heyoka/math/acos.hpp include/heyoka/math/acosh.hpp @@ -141,12 +143,14 @@ include/heyoka/model/cr3bp.hpp include/heyoka/model/dayfrac.hpp include/heyoka/model/egm2008.hpp include/heyoka/model/elp2000.hpp +include/heyoka/model/eo_dynamics.hpp include/heyoka/model/eop.hpp include/heyoka/model/ffnn.hpp include/heyoka/model/fixed_centres.hpp include/heyoka/model/frame_transformations.hpp include/heyoka/model/iau2006.hpp include/heyoka/model/jb08_tn.hpp +include/heyoka/model/lagrange_prop.hpp include/heyoka/model/mascon.hpp include/heyoka/model/nbody.hpp include/heyoka/model/nrlmsise00_tn.hpp @@ -171,5 +175,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.42 -lib/libheyoka.so.42.0 +lib/libheyoka.so.43 +lib/libheyoka.so.43.0 diff --git a/math/py-heyoka/Makefile b/math/py-heyoka/Makefile index 80ab7a8db727..77893e39a7f5 100644 --- a/math/py-heyoka/Makefile +++ b/math/py-heyoka/Makefile @@ -1,6 +1,6 @@ PORTNAME= heyoka DISTVERSIONPREFIX= v -DISTVERSION= 7.10.0 +DISTVERSION= 7.11.0 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-heyoka/distinfo b/math/py-heyoka/distinfo index 1f4b10d2bd1f..6cc8d8a6cb28 100644 --- a/math/py-heyoka/distinfo +++ b/math/py-heyoka/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775331967 -SHA256 (bluescarni-heyoka.py-v7.10.0_GH0.tar.gz) = 7ec99c9a8da4a33e139b639ba7495f48d8e4280ec4b83c22e5c68ecab0cd824e -SIZE (bluescarni-heyoka.py-v7.10.0_GH0.tar.gz) = 154975978 +TIMESTAMP = 1777356206 +SHA256 (bluescarni-heyoka.py-v7.11.0_GH0.tar.gz) = cee387b9e4cfa11d11dc0f7c39cea191bff5ce2e3b514252da3ae04ce5c74dba +SIZE (bluescarni-heyoka.py-v7.11.0_GH0.tar.gz) = 154978896home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f06858.37358.779f8b96>
