Date: Fri, 6 Sep 2024 03:43:30 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: 8ffc48d47f25 - main - math/arborx: update 1.6 =?utf-8?Q?=E2=86=92?= 1.7 Message-ID: <202409060343.4863hU4o094350@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=8ffc48d47f2530f4718a3b5d7ae5c854f82edf78 commit 8ffc48d47f2530f4718a3b5d7ae5c854f82edf78 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-06 03:28:12 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-06 03:28:12 +0000 math/arborx: update 1.6 → 1.7 Reported by: portscout --- math/arborx/Makefile | 3 +-- math/arborx/distinfo | 6 +++--- math/arborx/pkg-plist | 4 ++++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/math/arborx/Makefile b/math/arborx/Makefile index 9654dfd3849d..574303e131c1 100644 --- a/math/arborx/Makefile +++ b/math/arborx/Makefile @@ -1,7 +1,6 @@ PORTNAME= arborx DISTVERSIONPREFIX= v -DISTVERSION= 1.6 -PORTREVISION= 2 +DISTVERSION= 1.7 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/arborx/distinfo b/math/arborx/distinfo index e3c54f91041c..d23d00377b48 100644 --- a/math/arborx/distinfo +++ b/math/arborx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712939616 -SHA256 (arborx-ArborX-v1.6_GH0.tar.gz) = c2230de185d62f1999d36c6b8b92825f19ab9fbf30bdae90595cab04e76561a4 -SIZE (arborx-ArborX-v1.6_GH0.tar.gz) = 437155 +TIMESTAMP = 1725591571 +SHA256 (arborx-ArborX-v1.7_GH0.tar.gz) = e3d9a57a1d7c1ad62f6bbb43fd29a366506f3a16cbbe801c04d10f5fb0dec201 +SIZE (arborx-ArborX-v1.7_GH0.tar.gz) = 441997 diff --git a/math/arborx/pkg-plist b/math/arborx/pkg-plist index d871e938b9cb..39f38485b899 100644 --- a/math/arborx/pkg-plist +++ b/math/arborx/pkg-plist @@ -39,6 +39,7 @@ include/ArborX/details/ArborX_DetailsTreeTraversal.hpp include/ArborX/details/ArborX_DetailsTreeVisualization.hpp include/ArborX/details/ArborX_DetailsUnionFind.hpp include/ArborX/details/ArborX_DetailsUtils.hpp +include/ArborX/details/ArborX_DetailsVector.hpp include/ArborX/details/ArborX_DetailsWeightedEdge.hpp include/ArborX/details/ArborX_Exception.hpp include/ArborX/details/ArborX_IndexableGetter.hpp @@ -61,6 +62,7 @@ include/ArborX/geometry/ArborX_KDOP.hpp include/ArborX/geometry/ArborX_Point.hpp include/ArborX/geometry/ArborX_Ray.hpp include/ArborX/geometry/ArborX_Sphere.hpp +include/ArborX/geometry/ArborX_Tetrahedron.hpp include/ArborX/interpolation/ArborX_InterpMovingLeastSquares.hpp include/ArborX/interpolation/details/ArborX_InterpDetailsCompactRadialBasisFunction.hpp include/ArborX/interpolation/details/ArborX_InterpDetailsMovingLeastSquaresCoefficients.hpp @@ -68,11 +70,13 @@ include/ArborX/interpolation/details/ArborX_InterpDetailsPolynomialBasis.hpp include/ArborX/interpolation/details/ArborX_InterpDetailsSymmetricPseudoInverseSVD.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtAccessibilityTraits.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtArithmeticTraits.hpp +include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtKernelStdAlgorithms.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtMinMaxOperations.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtMinMaxReduce.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtSort.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtStdAlgorithms.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtSwap.hpp +include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtUninitializedMemoryAlgorithms.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtVersion.hpp include/ArborX/kokkos_ext/ArborX_DetailsKokkosExtViewHelpers.hpp lib/cmake/ArborX/ArborXConfig.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409060343.4863hU4o094350>