From nobody Mon Jun 8 06:28:36 2026 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gYhv83SDMz6gwDn for ; Mon, 08 Jun 2026 06:28:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gYhv814Knz3MQ6 for ; Mon, 08 Jun 2026 06:28:36 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780900116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zGw4bqUG4SrRMD1bcmgrM5RFcut8qZRRqiG8WQtvg6E=; b=iNBFLb7LeGcYDaBjtwF1oN6gRtXe6X4GEKO7KTbAer0tkdoQzTIX33LeUID6bVpKAjaM3o yT+3yp1K0X8nMoyHHP08Zn5Ur+5618qwCb9Lf0k+0bSy7TaojFx8duc/8AmswQtwNb1+ZG 4Rm3C9SlpUWTbtP2Gnyq8MVjd/tkzHhezxDRy1acZzud7YtH2Db1rQpsic5uaOPBseJI/d 8h+r4j4l14u+R/lCgcxrS2++81uj4Iew/La7u1JnplVFS+tQ+EHaOtNuWV1/LRfuTXPVAl NTt4r5ujy/8J59/kmf9irA3balGMoiGyCqoXzCL6Z7Byd7NcnnjZPjr95mQmfA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780900116; a=rsa-sha256; cv=none; b=VOOnhiJQ+u9q4G6ZoP8OH+G3uT/AEIjJPof9ErNhp3nsgZ09uEHd8mggg0qIA960bygbBX SqzzKVVP3NHcaiAa+/Fl3NE3qPH/j697agsR2IDhxZGvUshJaxxnIhCXCidrUNPvSi4yVR VrO8A4SSvdOzt8tOLUR5qb4iA46o38TiWKmCBHyjAkVsciLIaU7cVx77aSrA10A1HX405J LJxgLzELvs1j6Aj4IYv1GD8SDE3Dbtq1CyBql0x4Ms8n3li6XACY4qhu5z5Ts6CifyqTw6 9RYeTbqC17S4gutnQdfA6kQB2GR7iaLQfcrVBAjRifoRAe7VyAh5LPlCW6Ia7Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780900116; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zGw4bqUG4SrRMD1bcmgrM5RFcut8qZRRqiG8WQtvg6E=; b=f0G6UDLyUE03sdWc4oFUcynBVZkmTSSgeIMAb7YfJ+iZnehR5F2shqXguJSqhLWFgKIxh8 9lFIyVk+w+x6zgeofHgF2IK5V0PJPMohbu2itepRW3azrkaYgRxwQNFOj91hrB/VQDh1nu 1AQDhHchlbQKmcDoAqyMAUHKlbNs5xb+tzVmGXwzEhD9wy48ReA/ncqbZBRB/ERpGNeAIe Vb7wY/62OeQRgAm0OT3WBgzjrqfJJYYWxd8HQoZd3zSVjzfpFAJSahmvThRQ3cNuzPcozR wUKK/GwgPbXpdW/OMViZCPys9rRqzu80/9XjPXu8VsbYiWOP0HAKLx4qur44lA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gYhv80NpWzcvm for ; Mon, 08 Jun 2026 06:28:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3a161 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 08 Jun 2026 06:28:36 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: a09f387724a0 - main - devel/kokkos: update 4.5.=?utf-8?Q?01 =E2=86=92 4?=.7.04 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a09f387724a095a525c945935b13d23816f22282 Auto-Submitted: auto-generated Date: Mon, 08 Jun 2026 06:28:36 +0000 Message-Id: <6a266114.3a161.e6826bb@gitrepo.freebsd.org> The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a09f387724a095a525c945935b13d23816f22282 commit a09f387724a095a525c945935b13d23816f22282 Author: Yuri Victorovich AuthorDate: 2026-06-08 05:56:58 +0000 Commit: Yuri Victorovich CommitDate: 2026-06-08 06:28:12 +0000 devel/kokkos: update 4.5.01 → 4.7.04 --- devel/kokkos/Makefile | 2 +- devel/kokkos/distinfo | 6 +++--- devel/kokkos/pkg-plist | 24 +++++++++++++++++------- lang/lfortran/Makefile | 1 + math/arborx/Makefile | 2 +- math/clad/Makefile | 1 + science/dakota/Makefile | 1 + science/nlcglib/Makefile | 2 +- science/parthenon/Makefile | 2 +- science/sirius/Makefile | 1 + 10 files changed, 28 insertions(+), 14 deletions(-) diff --git a/devel/kokkos/Makefile b/devel/kokkos/Makefile index 50a17ffdd373..29f13648be35 100644 --- a/devel/kokkos/Makefile +++ b/devel/kokkos/Makefile @@ -1,5 +1,5 @@ PORTNAME= kokkos -DISTVERSION= 4.5.01 +DISTVERSION= 4.7.04 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/kokkos/distinfo b/devel/kokkos/distinfo index 3ca711caeb5e..59fd4cfa3f51 100644 --- a/devel/kokkos/distinfo +++ b/devel/kokkos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736819659 -SHA256 (kokkos-kokkos-4.5.01_GH0.tar.gz) = e0008c89d7f03ebbe31eb3c89d40fe529b4e4072b40331ae6b9d6599f02dff44 -SIZE (kokkos-kokkos-4.5.01_GH0.tar.gz) = 2448879 +TIMESTAMP = 1780866334 +SHA256 (kokkos-kokkos-4.7.04_GH0.tar.gz) = 611007ee45479d338069e1d3a8796fc8f0e841f04e9561b7533a1580c56ce068 +SIZE (kokkos-kokkos-4.7.04_GH0.tar.gz) = 2526399 diff --git a/devel/kokkos/pkg-plist b/devel/kokkos/pkg-plist index 731a64f2e8bf..a537c2fc93dc 100644 --- a/devel/kokkos/pkg-plist +++ b/devel/kokkos/pkg-plist @@ -10,6 +10,7 @@ include/Cuda/Kokkos_Cuda_GraphNode_Impl.hpp include/Cuda/Kokkos_Cuda_Graph_Impl.hpp include/Cuda/Kokkos_Cuda_Half_Conversion.hpp include/Cuda/Kokkos_Cuda_Half_Impl_Type.hpp +include/Cuda/Kokkos_Cuda_Half_MathematicalFunctions.hpp include/Cuda/Kokkos_Cuda_Instance.hpp include/Cuda/Kokkos_Cuda_KernelLaunch.hpp include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp @@ -36,6 +37,7 @@ include/HIP/Kokkos_HIP_Graph_Impl.hpp include/HIP/Kokkos_HIP_Half_Conversion.hpp include/HIP/Kokkos_HIP_Half_Impl_Type.hpp include/HIP/Kokkos_HIP_Instance.hpp +include/HIP/Kokkos_HIP_IsXnack.hpp include/HIP/Kokkos_HIP_KernelLaunch.hpp include/HIP/Kokkos_HIP_MDRangePolicy.hpp include/HIP/Kokkos_HIP_ParallelFor_MDRange.hpp @@ -122,6 +124,7 @@ include/Kokkos_SIMD_AVX512.hpp include/Kokkos_SIMD_Common.hpp include/Kokkos_SIMD_Common_Math.hpp include/Kokkos_SIMD_NEON.hpp +include/Kokkos_SIMD_SVE.hpp include/Kokkos_SIMD_Scalar.hpp include/Kokkos_ScatterView.hpp include/Kokkos_ScratchSpace.hpp @@ -198,6 +201,7 @@ include/SYCL/Kokkos_SYCL_GraphNode_Impl.hpp include/SYCL/Kokkos_SYCL_Graph_Impl.hpp include/SYCL/Kokkos_SYCL_Half_Conversion.hpp include/SYCL/Kokkos_SYCL_Half_Impl_Type.hpp +include/SYCL/Kokkos_SYCL_Half_MathematicalFunctions.hpp include/SYCL/Kokkos_SYCL_Instance.hpp include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp include/SYCL/Kokkos_SYCL_ParallelFor_MDRange.hpp @@ -239,8 +243,10 @@ 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_ViewAccessPreconditionsCheck.hpp include/View/Kokkos_ViewAlloc.hpp include/View/Kokkos_ViewAtomic.hpp +include/View/Kokkos_ViewCommonType.hpp include/View/Kokkos_ViewCtor.hpp include/View/Kokkos_ViewDataAnalysis.hpp include/View/Kokkos_ViewLegacy.hpp @@ -360,7 +366,6 @@ include/fwd/Kokkos_Fwd_THREADS.hpp include/impl/KokkosExp_Host_IterateTile.hpp include/impl/KokkosExp_IterateTileGPU.hpp include/impl/Kokkos_AnalyzePolicy.hpp -include/impl/Kokkos_BitOps.hpp include/impl/Kokkos_Bitset_impl.hpp include/impl/Kokkos_CPUDiscovery.hpp include/impl/Kokkos_ChaseLev.hpp @@ -385,6 +390,7 @@ include/impl/Kokkos_GraphImpl_Utilities.hpp include/impl/Kokkos_GraphImpl_fwd.hpp include/impl/Kokkos_GraphNodeCustomization.hpp include/impl/Kokkos_GraphNodeImpl.hpp +include/impl/Kokkos_GraphNodeThenImpl.hpp include/impl/Kokkos_Half_FloatingPointWrapper.hpp include/impl/Kokkos_Half_MathematicalFunctions.hpp include/impl/Kokkos_Half_NumericTraits.hpp @@ -397,6 +403,7 @@ include/impl/Kokkos_InitializationSettings.hpp include/impl/Kokkos_LIFO.hpp include/impl/Kokkos_LinkedListNode.hpp include/impl/Kokkos_MultipleTaskQueue.hpp +include/impl/Kokkos_Neon_SVE_bridge.hpp include/impl/Kokkos_NvidiaGpuArchitectures.hpp include/impl/Kokkos_OptionalRef.hpp include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp @@ -582,12 +589,15 @@ lib/cmake/Kokkos/KokkosConfigCommon.cmake lib/cmake/Kokkos/KokkosConfigVersion.cmake lib/cmake/Kokkos/KokkosTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Kokkos/KokkosTargets.cmake +lib/libkokkosalgorithms.so +lib/libkokkosalgorithms.so.4.7 +lib/libkokkosalgorithms.so.4.7.4 lib/libkokkoscontainers.so -lib/libkokkoscontainers.so.4.5 -lib/libkokkoscontainers.so.4.5.1 +lib/libkokkoscontainers.so.4.7 +lib/libkokkoscontainers.so.4.7.4 lib/libkokkoscore.so -lib/libkokkoscore.so.4.5 -lib/libkokkoscore.so.4.5.1 +lib/libkokkoscore.so.4.7 +lib/libkokkoscore.so.4.7.4 lib/libkokkossimd.so -lib/libkokkossimd.so.4.5 -lib/libkokkossimd.so.4.5.1 +lib/libkokkossimd.so.4.7 +lib/libkokkossimd.so.4.7.4 diff --git a/lang/lfortran/Makefile b/lang/lfortran/Makefile index f37cb3e13a88..b14dd0316074 100644 --- a/lang/lfortran/Makefile +++ b/lang/lfortran/Makefile @@ -1,6 +1,7 @@ PORTNAME= lfortran DISTVERSIONPREFIX= v DISTVERSION= 0.63.0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= fortran@FreeBSD.org diff --git a/math/arborx/Makefile b/math/arborx/Makefile index b73bc9d2d00a..41df6ad091f7 100644 --- a/math/arborx/Makefile +++ b/math/arborx/Makefile @@ -1,7 +1,7 @@ PORTNAME= arborx DISTVERSIONPREFIX= v DISTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/clad/Makefile b/math/clad/Makefile index d1bb69f19057..482b728bea5f 100644 --- a/math/clad/Makefile +++ b/math/clad/Makefile @@ -1,6 +1,7 @@ PORTNAME= clad DISTVERSIONPREFIX= v DISTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/science/dakota/Makefile b/science/dakota/Makefile index 66ecafbe4bf9..79fe1dbb7339 100644 --- a/science/dakota/Makefile +++ b/science/dakota/Makefile @@ -1,5 +1,6 @@ PORTNAME= dakota DISTVERSION= 6.23.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://github.com/snl-dakota/dakota/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-public-src-cli diff --git a/science/nlcglib/Makefile b/science/nlcglib/Makefile index b3f7320feb9a..7ae388b6dc3e 100644 --- a/science/nlcglib/Makefile +++ b/science/nlcglib/Makefile @@ -1,7 +1,7 @@ PORTNAME= nlcglib DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/parthenon/Makefile b/science/parthenon/Makefile index b080a999c667..11c41ab9feb1 100644 --- a/science/parthenon/Makefile +++ b/science/parthenon/Makefile @@ -1,7 +1,7 @@ PORTNAME= parthenon DISTVERSIONPREFIX= v DISTVERSION= 24.08 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/sirius/Makefile b/science/sirius/Makefile index 64311954bcdc..826f0134608e 100644 --- a/science/sirius/Makefile +++ b/science/sirius/Makefile @@ -1,6 +1,7 @@ PORTNAME= sirius DISTVERSIONPREFIX= v DISTVERSION= 7.11.1 +PORTREVISION= 1 CATEGORIES= science PKGNAMESUFFIX= -quantum-chemistry # other software also has the name "sirius"