Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2024 11:53:22 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: 0b16ed2e3230 - main - devel/kokkos: update 4.4.01 =?utf-8?Q?=E2=86=92?= 4.5.00
Message-ID:  <202412201153.4BKBrMb9094506@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=0b16ed2e3230537e639316aed191c2aa79224ffe

commit 0b16ed2e3230537e639316aed191c2aa79224ffe
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-20 11:45:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-20 11:53:18 +0000

    devel/kokkos: update 4.4.01 → 4.5.00
---
 devel/kokkos/Makefile      |  5 +++--
 devel/kokkos/distinfo      |  6 +++---
 devel/kokkos/pkg-plist     | 35 ++++++++++++++++++-----------------
 lang/lfortran/Makefile     |  2 +-
 math/arborx/Makefile       |  1 +
 science/lammps/Makefile    |  2 +-
 science/nlcglib/Makefile   |  1 +
 science/parthenon/Makefile |  2 +-
 8 files changed, 29 insertions(+), 25 deletions(-)

diff --git a/devel/kokkos/Makefile b/devel/kokkos/Makefile
index fb839ed98a3c..3cb1136b047a 100644
--- a/devel/kokkos/Makefile
+++ b/devel/kokkos/Makefile
@@ -1,10 +1,11 @@
 PORTNAME=	kokkos
-DISTVERSION=	4.4.01
+DISTVERSION=	4.5.00
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	C++ performance portability programming ecosystem
-WWW=		https://github.com/kokkos/kokkos
+WWW=		https://kokkos.org/ \
+		https://github.com/kokkos/kokkos
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/devel/kokkos/distinfo b/devel/kokkos/distinfo
index 03b19ce0e927..8924d42128ea 100644
--- a/devel/kokkos/distinfo
+++ b/devel/kokkos/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1726295882
-SHA256 (kokkos-kokkos-4.4.01_GH0.tar.gz) = 3f7096d17eaaa4004c7497ac082bf1ae3ff47b5104149e54af021a89414c3682
-SIZE (kokkos-kokkos-4.4.01_GH0.tar.gz) = 2460878
+TIMESTAMP = 1734673731
+SHA256 (kokkos-kokkos-4.5.00_GH0.tar.gz) = 7f7d8db54e5d2b0d4109ac6aa05732abd25b17d004cce5e21f56005952954e68
+SIZE (kokkos-kokkos-4.5.00_GH0.tar.gz) = 2448086
diff --git a/devel/kokkos/pkg-plist b/devel/kokkos/pkg-plist
index 023a3488f304..374efc6e5380 100644
--- a/devel/kokkos/pkg-plist
+++ b/devel/kokkos/pkg-plist
@@ -71,7 +71,6 @@ include/Kokkos_AnonymousSpace.hpp
 include/Kokkos_Array.hpp
 include/Kokkos_Assert.hpp
 include/Kokkos_Atomic.hpp
-include/Kokkos_Atomics_Desul_Volatile_Wrapper.hpp
 include/Kokkos_Atomics_Desul_Wrapper.hpp
 include/Kokkos_BitManipulation.hpp
 include/Kokkos_Bitset.hpp
@@ -134,6 +133,7 @@ include/Kokkos_TaskScheduler.hpp
 include/Kokkos_TaskScheduler_fwd.hpp
 include/Kokkos_Timer.hpp
 include/Kokkos_Tuners.hpp
+include/Kokkos_TypeInfo.hpp
 include/Kokkos_UniqueToken.hpp
 include/Kokkos_UnorderedMap.hpp
 include/Kokkos_Vector.hpp
@@ -172,7 +172,9 @@ include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget.hpp
 include/OpenMPTarget/Kokkos_OpenMPTargetSpace.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp
+include/OpenMPTarget/Kokkos_OpenMPTarget_DeepCopy.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp
+include/OpenMPTarget/Kokkos_OpenMPTarget_FunctorAdapter.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_MDRangePolicy.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_Macros.hpp
@@ -187,7 +189,6 @@ include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Range.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_ParallelScan_Team.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_Common.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_Reducer.hpp
-include/OpenMPTarget/Kokkos_OpenMPTarget_Task.hpp
 include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp
 include/SYCL/Kokkos_SYCL.hpp
 include/SYCL/Kokkos_SYCL_Abort.hpp
@@ -237,7 +238,16 @@ include/Threads/Kokkos_Threads_Team.hpp
 include/Threads/Kokkos_Threads_UniqueToken.hpp
 include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp
 include/View/Hooks/Kokkos_ViewHooks.hpp
+include/View/Kokkos_BasicView.hpp
 include/View/Kokkos_ViewAlloc.hpp
+include/View/Kokkos_ViewAtomic.hpp
+include/View/Kokkos_ViewCtor.hpp
+include/View/Kokkos_ViewDataAnalysis.hpp
+include/View/Kokkos_ViewLegacy.hpp
+include/View/Kokkos_ViewMapping.hpp
+include/View/Kokkos_ViewTracker.hpp
+include/View/Kokkos_ViewTraits.hpp
+include/View/Kokkos_ViewUniformType.hpp
 include/View/MDSpan/Kokkos_MDSpan_Accessor.hpp
 include/View/MDSpan/Kokkos_MDSpan_Extents.hpp
 include/View/MDSpan/Kokkos_MDSpan_Header.hpp
@@ -349,9 +359,7 @@ include/fwd/Kokkos_Fwd_SYCL.hpp
 include/fwd/Kokkos_Fwd_THREADS.hpp
 include/impl/KokkosExp_Host_IterateTile.hpp
 include/impl/KokkosExp_IterateTileGPU.hpp
-include/impl/KokkosExp_ViewMapping.hpp
 include/impl/Kokkos_AnalyzePolicy.hpp
-include/impl/Kokkos_Atomic_View.hpp
 include/impl/Kokkos_BitOps.hpp
 include/impl/Kokkos_Bitset_impl.hpp
 include/impl/Kokkos_CPUDiscovery.hpp
@@ -370,7 +378,6 @@ include/impl/Kokkos_DeviceManagement.hpp
 include/impl/Kokkos_EBO.hpp
 include/impl/Kokkos_Error.hpp
 include/impl/Kokkos_ExecSpaceManager.hpp
-include/impl/Kokkos_FixedBufferMemoryPool.hpp
 include/impl/Kokkos_Functional_impl.hpp
 include/impl/Kokkos_FunctorAnalysis.hpp
 include/impl/Kokkos_GraphImpl.hpp
@@ -389,7 +396,6 @@ include/impl/Kokkos_HostThreadTeam.hpp
 include/impl/Kokkos_InitializationSettings.hpp
 include/impl/Kokkos_LIFO.hpp
 include/impl/Kokkos_LinkedListNode.hpp
-include/impl/Kokkos_MemoryPoolAllocator.hpp
 include/impl/Kokkos_MultipleTaskQueue.hpp
 include/impl/Kokkos_NvidiaGpuArchitectures.hpp
 include/impl/Kokkos_OptionalRef.hpp
@@ -424,11 +430,6 @@ include/impl/Kokkos_Traits.hpp
 include/impl/Kokkos_UnorderedMap_impl.hpp
 include/impl/Kokkos_Utilities.hpp
 include/impl/Kokkos_VLAEmulation.hpp
-include/impl/Kokkos_ViewCtor.hpp
-include/impl/Kokkos_ViewDataAnalysis.hpp
-include/impl/Kokkos_ViewMapping.hpp
-include/impl/Kokkos_ViewTracker.hpp
-include/impl/Kokkos_ViewUniformType.hpp
 include/impl/Kokkos_Volatile_Load.hpp
 include/impl/Kokkos_ZeroMemset_fwd.hpp
 include/mdspan/mdarray.hpp
@@ -582,11 +583,11 @@ lib/cmake/Kokkos/KokkosConfigVersion.cmake
 lib/cmake/Kokkos/KokkosTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/Kokkos/KokkosTargets.cmake
 lib/libkokkoscontainers.so
-lib/libkokkoscontainers.so.4.4
-lib/libkokkoscontainers.so.4.4.1
+lib/libkokkoscontainers.so.4.5
+lib/libkokkoscontainers.so.4.5.0
 lib/libkokkoscore.so
-lib/libkokkoscore.so.4.4
-lib/libkokkoscore.so.4.4.1
+lib/libkokkoscore.so.4.5
+lib/libkokkoscore.so.4.5.0
 lib/libkokkossimd.so
-lib/libkokkossimd.so.4.4
-lib/libkokkossimd.so.4.4.1
+lib/libkokkossimd.so.4.5
+lib/libkokkossimd.so.4.5.0
diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile
index dbcfb4310288..359d32d94bcb 100644
--- a/lang/lfortran/Makefile
+++ b/lang/lfortran/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	lfortran
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.36.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 
 MAINTAINER=	fortran@FreeBSD.org
diff --git a/math/arborx/Makefile b/math/arborx/Makefile
index 574303e131c1..b73bc9d2d00a 100644
--- a/math/arborx/Makefile
+++ b/math/arborx/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	arborx
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.7
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/lammps/Makefile b/science/lammps/Makefile
index 6abc99e62fd6..1e9d4bf98d47 100644
--- a/science/lammps/Makefile
+++ b/science/lammps/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lammps
 PORTVERSION=	${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/S/_update/./:C/\.([1-9])$/.0\1/}
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/nlcglib/Makefile b/science/nlcglib/Makefile
index 3a84732d4062..117c28e5b54b 100644
--- a/science/nlcglib/Makefile
+++ b/science/nlcglib/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	nlcglib
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/science/parthenon/Makefile b/science/parthenon/Makefile
index cac606c4af74..c6683de3e5f0 100644
--- a/science/parthenon/Makefile
+++ b/science/parthenon/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	parthenon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	24.08
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 
 MAINTAINER=	yuri@FreeBSD.org



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