Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2023 08:11:24 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: 10bdd0ec80ad - main - math/heyoka: Update 0.21.0 =?utf-8?Q?=E2=86=92?= 1.0.0
Message-ID:  <202308110811.37B8BOJ3003588@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=10bdd0ec80adec107f8f8570d72cd5ce9980ee23

commit 10bdd0ec80adec107f8f8570d72cd5ce9980ee23
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-11 07:33:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-11 08:11:17 +0000

    math/heyoka: Update 0.21.0 → 1.0.0
    
    Reported by:    portscout
---
 math/heyoka/Makefile  |  5 ++---
 math/heyoka/distinfo  |  6 +++---
 math/heyoka/pkg-plist | 25 ++++++++++++++++---------
 3 files changed, 21 insertions(+), 15 deletions(-)

diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index b275fa99bd40..bd2adec8d358 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	heyoka
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.21.0
-PORTREVISION=	4
+DISTVERSION=	1.0.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -31,6 +30,6 @@ GH_ACCOUNT=	bluescarni
 
 CMAKE_ON=		HEYOKA_WITH_MPPP HEYOKA_WITH_SLEEF
 CMAKE_ARGS=		-DFREEBSD_LLVM_VERSION=${LLVM_VERSION}
-CMAKE_TESTING_ON=	HEYOKA_BUILD_TESTS # 3 tests fail, see https://github.com/bluescarni/heyoka/issues/228, also #229 and #230
+CMAKE_TESTING_ON=	HEYOKA_BUILD_TESTS # 1 test fails, see https://github.com/bluescarni/heyoka/issues/338
 
 .include <bsd.port.mk>
diff --git a/math/heyoka/distinfo b/math/heyoka/distinfo
index 0d6f94ef0981..8387d403e93d 100644
--- a/math/heyoka/distinfo
+++ b/math/heyoka/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1676706398
-SHA256 (bluescarni-heyoka-v0.21.0_GH0.tar.gz) = 16d22e99397139d25b2a0c418a654e9cba3684c7eb28933791526bb163f50f27
-SIZE (bluescarni-heyoka-v0.21.0_GH0.tar.gz) = 103553019
+TIMESTAMP = 1691728123
+SHA256 (bluescarni-heyoka-v1.0.0_GH0.tar.gz) = 96f2e049e0518c49dbe224fc268ab1ad80abeaa306e2fe7a30e2acffb79c04af
+SIZE (bluescarni-heyoka-v1.0.0_GH0.tar.gz) = 103578659
diff --git a/math/heyoka/pkg-plist b/math/heyoka/pkg-plist
index f07667826248..f0d22d31e566 100644
--- a/math/heyoka/pkg-plist
+++ b/math/heyoka/pkg-plist
@@ -1,22 +1,26 @@
 include/heyoka/callable.hpp
-include/heyoka/celmec/vsop2013.hpp
 include/heyoka/config.hpp
 include/heyoka/detail/binomial.hpp
 include/heyoka/detail/cm_utils.hpp
 include/heyoka/detail/dfloat.hpp
+include/heyoka/detail/div.hpp
 include/heyoka/detail/event_detection.hpp
 include/heyoka/detail/fmt_compat.hpp
+include/heyoka/detail/func_cache.hpp
 include/heyoka/detail/fwd_decl.hpp
 include/heyoka/detail/igor.hpp
 include/heyoka/detail/llvm_fwd.hpp
 include/heyoka/detail/llvm_helpers.hpp
 include/heyoka/detail/llvm_vector_type.hpp
 include/heyoka/detail/logging_impl.hpp
+include/heyoka/detail/num_identity.hpp
 include/heyoka/detail/num_utils.hpp
 include/heyoka/detail/real_helpers.hpp
 include/heyoka/detail/simple_timer.hpp
 include/heyoka/detail/sleef.hpp
 include/heyoka/detail/string_conv.hpp
+include/heyoka/detail/sub.hpp
+include/heyoka/detail/sum_sq.hpp
 include/heyoka/detail/taylor_common.hpp
 include/heyoka/detail/type_traits.hpp
 include/heyoka/detail/visibility.hpp
@@ -38,7 +42,6 @@ include/heyoka/heyoka.hpp
 include/heyoka/kw.hpp
 include/heyoka/llvm_state.hpp
 include/heyoka/logging.hpp
-include/heyoka/mascon.hpp
 include/heyoka/math.hpp
 include/heyoka/math/acos.hpp
 include/heyoka/math/acosh.hpp
@@ -47,7 +50,6 @@ include/heyoka/math/asinh.hpp
 include/heyoka/math/atan.hpp
 include/heyoka/math/atan2.hpp
 include/heyoka/math/atanh.hpp
-include/heyoka/math/binary_op.hpp
 include/heyoka/math/constants.hpp
 include/heyoka/math/cos.hpp
 include/heyoka/math/cosh.hpp
@@ -55,24 +57,29 @@ include/heyoka/math/erf.hpp
 include/heyoka/math/exp.hpp
 include/heyoka/math/kepE.hpp
 include/heyoka/math/log.hpp
-include/heyoka/math/neg.hpp
 include/heyoka/math/pow.hpp
+include/heyoka/math/prod.hpp
 include/heyoka/math/sigmoid.hpp
 include/heyoka/math/sin.hpp
 include/heyoka/math/sinh.hpp
 include/heyoka/math/sqrt.hpp
-include/heyoka/math/square.hpp
 include/heyoka/math/sum.hpp
-include/heyoka/math/sum_sq.hpp
 include/heyoka/math/tan.hpp
 include/heyoka/math/tanh.hpp
 include/heyoka/math/time.hpp
 include/heyoka/math/tpoly.hpp
-include/heyoka/nbody.hpp
+include/heyoka/model/fixed_centres.hpp
+include/heyoka/model/mascon.hpp
+include/heyoka/model/nbody.hpp
+include/heyoka/model/pendulum.hpp
+include/heyoka/model/rotating.hpp
+include/heyoka/model/vsop2013.hpp
+include/heyoka/models.hpp
 include/heyoka/number.hpp
 include/heyoka/param.hpp
 include/heyoka/s11n.hpp
 include/heyoka/splitmix64.hpp
+include/heyoka/step_callback.hpp
 include/heyoka/taylor.hpp
 include/heyoka/variable.hpp
 lib/cmake/heyoka/heyoka-config-version.cmake
@@ -80,5 +87,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.21
-lib/libheyoka.so.21.0
+lib/libheyoka.so.22
+lib/libheyoka.so.22.0



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