From owner-dev-commits-ports-all@freebsd.org Sat May 15 07:12:36 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0096E63C2E8; Sat, 15 May 2021 07:12:35 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FhxRl6SbPz4rfh; Sat, 15 May 2021 07:12:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6797210CA; Sat, 15 May 2021 07:12:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14F7CZYw099855; Sat, 15 May 2021 07:12:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14F7CZCR099854; Sat, 15 May 2021 07:12:35 GMT (envelope-from git) Date: Sat, 15 May 2021 07:12:35 GMT Message-Id: <202105150712.14F7CZCR099854@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: cce8618e0251 - main - devel/kokkos: Update 3.3.01 -> 3.4.00 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: cce8618e02514167542532009c81f76cfa01830d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2021 07:12:36 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=cce8618e02514167542532009c81f76cfa01830d commit cce8618e02514167542532009c81f76cfa01830d Author: Yuri Victorovich AuthorDate: 2021-05-15 07:06:06 +0000 Commit: Yuri Victorovich CommitDate: 2021-05-15 07:12:32 +0000 devel/kokkos: Update 3.3.01 -> 3.4.00 --- devel/kokkos/Makefile | 2 +- devel/kokkos/distinfo | 6 +++--- devel/kokkos/pkg-plist | 30 ++++++++++++++++++++++++++++-- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/devel/kokkos/Makefile b/devel/kokkos/Makefile index 0d73d0385aa0..4b102b7c8aa4 100644 --- a/devel/kokkos/Makefile +++ b/devel/kokkos/Makefile @@ -1,5 +1,5 @@ PORTNAME= kokkos -DISTVERSION= 3.3.01 +DISTVERSION= 3.4.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/kokkos/distinfo b/devel/kokkos/distinfo index 1c9ed7f8de98..b7771940ddb1 100644 --- a/devel/kokkos/distinfo +++ b/devel/kokkos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611712153 -SHA256 (kokkos-kokkos-3.3.01_GH0.tar.gz) = 4919b00bb7b6eb80f6c335a32f98ebe262229d82e72d3bae6dd91aaf3d234c37 -SIZE (kokkos-kokkos-3.3.01_GH0.tar.gz) = 1939660 +TIMESTAMP = 1621059385 +SHA256 (kokkos-kokkos-3.4.00_GH0.tar.gz) = 2e4438f9e4767442d8a55e65d000cc9cde92277d415ab4913a96cd3ad901d317 +SIZE (kokkos-kokkos-3.4.00_GH0.tar.gz) = 2005114 diff --git a/devel/kokkos/pkg-plist b/devel/kokkos/pkg-plist index b2d130bc4659..082110e32a67 100644 --- a/devel/kokkos/pkg-plist +++ b/devel/kokkos/pkg-plist @@ -13,6 +13,7 @@ include/Cuda/Kokkos_Cuda_Half.hpp include/Cuda/Kokkos_Cuda_Instance.hpp include/Cuda/Kokkos_Cuda_KernelLaunch.hpp include/Cuda/Kokkos_Cuda_Locks.hpp +include/Cuda/Kokkos_Cuda_MDRangePolicy.hpp include/Cuda/Kokkos_Cuda_Parallel.hpp include/Cuda/Kokkos_Cuda_ReduceScan.hpp include/Cuda/Kokkos_Cuda_Task.hpp @@ -30,6 +31,7 @@ include/HIP/Kokkos_HIP_Error.hpp include/HIP/Kokkos_HIP_Instance.hpp include/HIP/Kokkos_HIP_KernelLaunch.hpp include/HIP/Kokkos_HIP_Locks.hpp +include/HIP/Kokkos_HIP_MDRangePolicy.hpp include/HIP/Kokkos_HIP_Parallel_MDRange.hpp include/HIP/Kokkos_HIP_Parallel_Range.hpp include/HIP/Kokkos_HIP_Parallel_Team.hpp @@ -82,6 +84,7 @@ include/Kokkos_Layout.hpp include/Kokkos_LogicalSpaces.hpp include/Kokkos_Macros.hpp include/Kokkos_MasterLock.hpp +include/Kokkos_MathematicalFunctions.hpp include/Kokkos_MemoryPool.hpp include/Kokkos_MemoryTraits.hpp include/Kokkos_NumericTraits.hpp @@ -121,16 +124,23 @@ include/OpenMP/Kokkos_OpenMP_Task.hpp include/OpenMP/Kokkos_OpenMP_Team.hpp include/OpenMP/Kokkos_OpenMP_WorkGraphPolicy.hpp include/OpenMPTarget/Kokkos_OpenMPTarget_Abort.hpp +include/OpenMPTarget/Kokkos_OpenMPTarget_Error.hpp include/OpenMPTarget/Kokkos_OpenMPTarget_Exec.hpp include/OpenMPTarget/Kokkos_OpenMPTarget_Instance.hpp include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel.hpp include/OpenMPTarget/Kokkos_OpenMPTarget_Parallel_MDRange.hpp include/OpenMPTarget/Kokkos_OpenMPTarget_Task.hpp +include/OpenMPTarget/Kokkos_OpenMPTarget_UniqueToken.hpp +include/SYCL/Kokkos_SYCL_Abort.hpp include/SYCL/Kokkos_SYCL_DeepCopy.hpp include/SYCL/Kokkos_SYCL_Instance.hpp +include/SYCL/Kokkos_SYCL_MDRangePolicy.hpp include/SYCL/Kokkos_SYCL_Parallel_Range.hpp include/SYCL/Kokkos_SYCL_Parallel_Reduce.hpp include/SYCL/Kokkos_SYCL_Parallel_Scan.hpp +include/SYCL/Kokkos_SYCL_Parallel_Team.hpp +include/SYCL/Kokkos_SYCL_Team.hpp +include/SYCL/Kokkos_SYCL_UniqueToken.hpp include/Threads/Kokkos_ThreadsExec.hpp include/Threads/Kokkos_ThreadsTeam.hpp include/Threads/Kokkos_Threads_Parallel.hpp @@ -199,6 +209,7 @@ include/impl/Kokkos_GraphImpl_fwd.hpp include/impl/Kokkos_GraphNodeCustomization.hpp include/impl/Kokkos_GraphNodeImpl.hpp include/impl/Kokkos_HostBarrier.hpp +include/impl/Kokkos_HostSharedPtr.hpp include/impl/Kokkos_HostSpace_deepcopy.hpp include/impl/Kokkos_HostThreadTeam.hpp include/impl/Kokkos_LIFO.hpp @@ -216,6 +227,7 @@ include/impl/Kokkos_Profiling_Interface.hpp include/impl/Kokkos_Serial_Task.hpp include/impl/Kokkos_Serial_WorkGraphPolicy.hpp include/impl/Kokkos_SharedAlloc.hpp +include/impl/Kokkos_SharedAlloc_timpl.hpp include/impl/Kokkos_SimpleTaskScheduler.hpp include/impl/Kokkos_SingleTaskQueue.hpp include/impl/Kokkos_Spinwait.hpp @@ -248,12 +260,26 @@ include/impl/Kokkos_ViewUniformType.hpp include/impl/Kokkos_Volatile_Load.hpp include/setup/Kokkos_Setup_Cuda.hpp include/setup/Kokkos_Setup_HIP.hpp +include/setup/Kokkos_Setup_SYCL.hpp +include/traits/Kokkos_ExecutionSpaceTrait.hpp +include/traits/Kokkos_GraphKernelTrait.hpp +include/traits/Kokkos_IndexTypeTrait.hpp +include/traits/Kokkos_IterationPatternTrait.hpp +include/traits/Kokkos_LaunchBoundsTrait.hpp +include/traits/Kokkos_OccupancyControlTrait.hpp +include/traits/Kokkos_PolicyTraitAdaptor.hpp +include/traits/Kokkos_ScheduleTrait.hpp +include/traits/Kokkos_Traits_fwd.hpp +include/traits/Kokkos_WorkItemPropertyTrait.hpp +include/traits/Kokkos_WorkTagTrait.hpp lib/cmake/Kokkos/KokkosConfig.cmake lib/cmake/Kokkos/KokkosConfigCommon.cmake lib/cmake/Kokkos/KokkosConfigVersion.cmake lib/cmake/Kokkos/KokkosTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Kokkos/KokkosTargets.cmake lib/libkokkoscontainers.so -lib/libkokkoscontainers.so.3.3.1 +lib/libkokkoscontainers.so.3.4 +lib/libkokkoscontainers.so.3.4.00 lib/libkokkoscore.so -lib/libkokkoscore.so.3.3.1 +lib/libkokkoscore.so.3.4 +lib/libkokkoscore.so.3.4.00