Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 19:19:35 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: 9a84908a6e23 - main - math/heyoka: Update 0.14.0 -> 0.15.0
Message-ID:  <202110041919.194JJZr6050624@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=9a84908a6e232187dad42b7706b0237f82e35e78

commit 9a84908a6e232187dad42b7706b0237f82e35e78
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-10-04 17:23:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-10-04 19:18:27 +0000

    math/heyoka: Update 0.14.0 -> 0.15.0
---
 math/heyoka/Makefile  |  4 ++--
 math/heyoka/distinfo  |  6 +++---
 math/heyoka/pkg-plist | 16 ++++++++++++++--
 3 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index b46226c5b999..25ac46db35a8 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	heyoka
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.14.0
-PORTREVISION=	1
+DISTVERSION=	0.15.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -14,6 +13,7 @@ BUILD_DEPENDS=	llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION}
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
 		libfmt.so:devel/libfmt \
 		libmp++.so:math/mppp \
+		libtbb.so:devel/onetbb \
 		libsleef.so:math/sleef \
 		libspdlog.so:devel/spdlog
 TEST_DEPENDS=	xtensor>0:math/xtensor
diff --git a/math/heyoka/distinfo b/math/heyoka/distinfo
index c871613ab4e5..7e5636a58ef4 100644
--- a/math/heyoka/distinfo
+++ b/math/heyoka/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1630374700
-SHA256 (bluescarni-heyoka-v0.14.0_GH0.tar.gz) = 0f3157fe9cbff66a2b6c0c66b903cff54de3d1691630868e5e30bad47488d315
-SIZE (bluescarni-heyoka-v0.14.0_GH0.tar.gz) = 5255001
+TIMESTAMP = 1633366843
+SHA256 (bluescarni-heyoka-v0.15.0_GH0.tar.gz) = 5096a5592768938b3553d9d37827c3aaf993fd6ef8065e577b47758ed841e17b
+SIZE (bluescarni-heyoka-v0.15.0_GH0.tar.gz) = 102421533
diff --git a/math/heyoka/pkg-plist b/math/heyoka/pkg-plist
index 434d0d4de770..8607d21e751e 100644
--- a/math/heyoka/pkg-plist
+++ b/math/heyoka/pkg-plist
@@ -1,4 +1,5 @@
 include/heyoka/callable.hpp
+include/heyoka/celmec/vsop2013.hpp
 include/heyoka/config.hpp
 include/heyoka/detail/binomial.hpp
 include/heyoka/detail/dfloat.hpp
@@ -15,6 +16,15 @@ include/heyoka/detail/string_conv.hpp
 include/heyoka/detail/taylor_common.hpp
 include/heyoka/detail/type_traits.hpp
 include/heyoka/detail/visibility.hpp
+include/heyoka/detail/vsop2013/vsop2013_1.hpp
+include/heyoka/detail/vsop2013/vsop2013_2.hpp
+include/heyoka/detail/vsop2013/vsop2013_3.hpp
+include/heyoka/detail/vsop2013/vsop2013_4.hpp
+include/heyoka/detail/vsop2013/vsop2013_5.hpp
+include/heyoka/detail/vsop2013/vsop2013_6.hpp
+include/heyoka/detail/vsop2013/vsop2013_7.hpp
+include/heyoka/detail/vsop2013/vsop2013_8.hpp
+include/heyoka/detail/vsop2013/vsop2013_9.hpp
 include/heyoka/exceptions.hpp
 include/heyoka/expression.hpp
 include/heyoka/func.hpp
@@ -30,8 +40,10 @@ include/heyoka/math/acosh.hpp
 include/heyoka/math/asin.hpp
 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
 include/heyoka/math/erf.hpp
@@ -61,5 +73,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.14
-lib/libheyoka.so.14.0
+lib/libheyoka.so.15
+lib/libheyoka.so.15.0



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