From 5cf48f6614ca98aa6b4fe13e3053c7f822fd40b3 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 22 Sep 2022 00:03:34 -0700 Subject: [PATCH] devel/kokkos: Update 3.6.01 -> 3.7.00 Reported by: portscout --- devel/kokkos/Makefile | 3 +- devel/kokkos/distinfo | 6 +- devel/kokkos/pkg-plist | 177 ++++++++++++++++++++++++++++++++------- science/lammps/Makefile | 1 + science/nlcglib/Makefile | 1 + science/sirius/Makefile | 1 + 6 files changed, 153 insertions(+), 36 deletions(-) diff --git a/devel/kokkos/Makefile b/devel/kokkos/Makefile index f3d82dbd1e8f2..8bb9eff41a4a9 100644 --- a/devel/kokkos/Makefile +++ b/devel/kokkos/Makefile @@ -1,6 +1,5 @@ PORTNAME= kokkos -DISTVERSION= 3.6.01 -PORTREVISION= 1 +DISTVERSION= 3.7.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/kokkos/distinfo b/devel/kokkos/distinfo index 201b79f3d8fe7..32086cec00747 100644 --- a/devel/kokkos/distinfo +++ b/devel/kokkos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655937695 -SHA256 (kokkos-kokkos-3.6.01_GH0.tar.gz) = 1b80a70c5d641da9fefbbb652e857d7c7a76a0ebad1f477c253853e209deb8db -SIZE (kokkos-kokkos-3.6.01_GH0.tar.gz) = 2247443 +TIMESTAMP = 1663811257 +SHA256 (kokkos-kokkos-3.7.00_GH0.tar.gz) = 62e3f9f51c798998f6493ed36463f66e49723966286ef70a9dcba329b8443040 +SIZE (kokkos-kokkos-3.7.00_GH0.tar.gz) = 2301343 diff --git a/devel/kokkos/pkg-plist b/devel/kokkos/pkg-plist index d3ac42024f813..1b00bc5116b7e 100644 --- a/devel/kokkos/pkg-plist +++ b/devel/kokkos/pkg-plist @@ -15,7 +15,9 @@ 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_Parallel_MDRange.hpp +include/Cuda/Kokkos_Cuda_Parallel_Range.hpp +include/Cuda/Kokkos_Cuda_Parallel_Team.hpp include/Cuda/Kokkos_Cuda_ReduceScan.hpp include/Cuda/Kokkos_Cuda_Task.hpp include/Cuda/Kokkos_Cuda_Team.hpp @@ -129,7 +131,11 @@ include/Kokkos_Vectorization.hpp include/Kokkos_View.hpp include/Kokkos_WorkGraphPolicy.hpp include/Kokkos_hwloc.hpp -include/OpenMP/Kokkos_OpenMP_Exec.hpp +include/OpenACC/Kokkos_OpenACC.hpp +include/OpenACC/Kokkos_OpenACCSpace.hpp +include/OpenACC/Kokkos_OpenACC_Instance.hpp +include/OpenACC/Kokkos_OpenACC_Traits.hpp +include/OpenMP/Kokkos_OpenMP_Instance.hpp include/OpenMP/Kokkos_OpenMP_Parallel.hpp include/OpenMP/Kokkos_OpenMP_Task.hpp include/OpenMP/Kokkos_OpenMP_Team.hpp @@ -154,14 +160,25 @@ 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/Serial/Kokkos_Serial_Parallel_MDRange.hpp +include/Serial/Kokkos_Serial_Parallel_Range.hpp +include/Serial/Kokkos_Serial_Parallel_Team.hpp +include/Serial/Kokkos_Serial_Task.hpp +include/Serial/Kokkos_Serial_UniqueToken.hpp +include/Serial/Kokkos_Serial_WorkGraphPolicy.hpp include/Threads/Kokkos_ThreadsExec.hpp include/Threads/Kokkos_ThreadsTeam.hpp -include/Threads/Kokkos_Threads_Parallel.hpp +include/Threads/Kokkos_Threads_Parallel_MDRange.hpp +include/Threads/Kokkos_Threads_Parallel_Range.hpp +include/Threads/Kokkos_Threads_Parallel_Team.hpp +include/Threads/Kokkos_Threads_UniqueToken.hpp include/Threads/Kokkos_Threads_WorkGraphPolicy.hpp +include/View/Hooks/Kokkos_ViewHooks.hpp include/decl/Kokkos_Declare_CUDA.hpp include/decl/Kokkos_Declare_HBWSpace.hpp include/decl/Kokkos_Declare_HIP.hpp include/decl/Kokkos_Declare_HPX.hpp +include/decl/Kokkos_Declare_OPENACC.hpp include/decl/Kokkos_Declare_OPENMP.hpp include/decl/Kokkos_Declare_OPENMPTARGET.hpp include/decl/Kokkos_Declare_SERIAL.hpp @@ -213,6 +230,7 @@ include/fwd/Kokkos_Fwd_CUDA.hpp include/fwd/Kokkos_Fwd_HBWSpace.hpp include/fwd/Kokkos_Fwd_HIP.hpp include/fwd/Kokkos_Fwd_HPX.hpp +include/fwd/Kokkos_Fwd_OPENACC.hpp include/fwd/Kokkos_Fwd_OPENMP.hpp include/fwd/Kokkos_Fwd_OPENMPTARGET.hpp include/fwd/Kokkos_Fwd_SERIAL.hpp @@ -252,12 +270,12 @@ include/impl/Kokkos_Default_GraphNodeKernel.hpp include/impl/Kokkos_Default_GraphNode_Impl.hpp include/impl/Kokkos_Default_Graph_Impl.hpp include/impl/Kokkos_Default_Graph_fwd.hpp +include/impl/Kokkos_DeviceManagement.hpp include/impl/Kokkos_EBO.hpp include/impl/Kokkos_Error.hpp -include/impl/Kokkos_ExecSpaceInitializer.hpp +include/impl/Kokkos_ExecSpaceManager.hpp include/impl/Kokkos_FixedBufferMemoryPool.hpp include/impl/Kokkos_Functional_impl.hpp -include/impl/Kokkos_FunctorAdapter.hpp include/impl/Kokkos_FunctorAnalysis.hpp include/impl/Kokkos_GraphImpl.hpp include/impl/Kokkos_GraphImpl_Utilities.hpp @@ -268,6 +286,7 @@ include/impl/Kokkos_HostBarrier.hpp include/impl/Kokkos_HostSharedPtr.hpp include/impl/Kokkos_HostSpace_deepcopy.hpp 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 @@ -275,14 +294,13 @@ include/impl/Kokkos_MemorySpace.hpp include/impl/Kokkos_Memory_Fence.hpp include/impl/Kokkos_MultipleTaskQueue.hpp include/impl/Kokkos_OptionalRef.hpp +include/impl/Kokkos_ParseCommandLineArgumentsAndEnvironmentVariables.hpp include/impl/Kokkos_PhysicalLayout.hpp include/impl/Kokkos_Profiling.hpp include/impl/Kokkos_Profiling_C_Interface.h include/impl/Kokkos_Profiling_DeviceInfo.hpp include/impl/Kokkos_Profiling_Interface.hpp include/impl/Kokkos_QuadPrecisionMath.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 @@ -290,6 +308,7 @@ include/impl/Kokkos_SingleTaskQueue.hpp include/impl/Kokkos_Spinwait.hpp include/impl/Kokkos_Stacktrace.hpp include/impl/Kokkos_StaticCrsGraph_factory.hpp +include/impl/Kokkos_StringManipulation.hpp include/impl/Kokkos_TaskBase.hpp include/impl/Kokkos_TaskNode.hpp include/impl/Kokkos_TaskPolicyData.hpp @@ -318,28 +337,124 @@ 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/std_algorithms/Kokkos_AdjacentDifference.hpp +include/std_algorithms/Kokkos_AdjacentFind.hpp +include/std_algorithms/Kokkos_AllOf.hpp +include/std_algorithms/Kokkos_AnyOf.hpp include/std_algorithms/Kokkos_BeginEnd.hpp -include/std_algorithms/Kokkos_Constraints.hpp +include/std_algorithms/Kokkos_Copy.hpp +include/std_algorithms/Kokkos_CopyBackward.hpp +include/std_algorithms/Kokkos_CopyIf.hpp +include/std_algorithms/Kokkos_CopyN.hpp +include/std_algorithms/Kokkos_Count.hpp +include/std_algorithms/Kokkos_CountIf.hpp include/std_algorithms/Kokkos_Distance.hpp -include/std_algorithms/Kokkos_HelperPredicates.hpp -include/std_algorithms/Kokkos_MinMaxElementOperations.hpp -include/std_algorithms/Kokkos_ModifyingOperations.hpp -include/std_algorithms/Kokkos_ModifyingSequenceOperations.hpp -include/std_algorithms/Kokkos_NonModifyingSequenceOperations.hpp -include/std_algorithms/Kokkos_Numeric.hpp -include/std_algorithms/Kokkos_PartitioningOperations.hpp -include/std_algorithms/Kokkos_RandomAccessIterator.hpp -include/std_algorithms/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp -include/std_algorithms/Kokkos_SortingOperations.hpp -include/std_algorithms/Kokkos_ValueWrapperForNoNeutralElement.hpp -include/std_algorithms/modifying_sequence_ops/Kokkos_ModifyingSequenceOperationsSet1.hpp -include/std_algorithms/modifying_sequence_ops/Kokkos_ModifyingSequenceOperationsSet2.hpp -include/std_algorithms/numeric/Kokkos_AdjacentDifference.hpp -include/std_algorithms/numeric/Kokkos_ExclusiveScan.hpp -include/std_algorithms/numeric/Kokkos_IdentityReferenceUnaryFunctor.hpp -include/std_algorithms/numeric/Kokkos_InclusiveScan.hpp -include/std_algorithms/numeric/Kokkos_Reduce.hpp -include/std_algorithms/numeric/Kokkos_TransformReduce.hpp +include/std_algorithms/Kokkos_Equal.hpp +include/std_algorithms/Kokkos_ExclusiveScan.hpp +include/std_algorithms/Kokkos_Fill.hpp +include/std_algorithms/Kokkos_FillN.hpp +include/std_algorithms/Kokkos_Find.hpp +include/std_algorithms/Kokkos_FindEnd.hpp +include/std_algorithms/Kokkos_FindFirstOf.hpp +include/std_algorithms/Kokkos_FindIf.hpp +include/std_algorithms/Kokkos_FindIfNot.hpp +include/std_algorithms/Kokkos_ForEach.hpp +include/std_algorithms/Kokkos_ForEachN.hpp +include/std_algorithms/Kokkos_Generate.hpp +include/std_algorithms/Kokkos_GenerateN.hpp +include/std_algorithms/Kokkos_InclusiveScan.hpp +include/std_algorithms/Kokkos_IsPartitioned.hpp +include/std_algorithms/Kokkos_IsSorted.hpp +include/std_algorithms/Kokkos_IsSortedUntil.hpp +include/std_algorithms/Kokkos_IterSwap.hpp +include/std_algorithms/Kokkos_LexicographicalCompare.hpp +include/std_algorithms/Kokkos_MaxElement.hpp +include/std_algorithms/Kokkos_MinElement.hpp +include/std_algorithms/Kokkos_MinMaxElement.hpp +include/std_algorithms/Kokkos_Mismatch.hpp +include/std_algorithms/Kokkos_Move.hpp +include/std_algorithms/Kokkos_MoveBackward.hpp +include/std_algorithms/Kokkos_NoneOf.hpp +include/std_algorithms/Kokkos_PartitionCopy.hpp +include/std_algorithms/Kokkos_PartitionPoint.hpp +include/std_algorithms/Kokkos_Reduce.hpp +include/std_algorithms/Kokkos_Remove.hpp +include/std_algorithms/Kokkos_RemoveCopy.hpp +include/std_algorithms/Kokkos_RemoveCopyIf.hpp +include/std_algorithms/Kokkos_RemoveIf.hpp +include/std_algorithms/Kokkos_Replace.hpp +include/std_algorithms/Kokkos_ReplaceCopy.hpp +include/std_algorithms/Kokkos_ReplaceCopyIf.hpp +include/std_algorithms/Kokkos_ReplaceIf.hpp +include/std_algorithms/Kokkos_Reverse.hpp +include/std_algorithms/Kokkos_ReverseCopy.hpp +include/std_algorithms/Kokkos_Rotate.hpp +include/std_algorithms/Kokkos_RotateCopy.hpp +include/std_algorithms/Kokkos_Search.hpp +include/std_algorithms/Kokkos_SearchN.hpp +include/std_algorithms/Kokkos_ShiftLeft.hpp +include/std_algorithms/Kokkos_ShiftRight.hpp +include/std_algorithms/Kokkos_Swap.hpp +include/std_algorithms/Kokkos_SwapRanges.hpp +include/std_algorithms/Kokkos_Transform.hpp +include/std_algorithms/Kokkos_TransformExclusiveScan.hpp +include/std_algorithms/Kokkos_TransformInclusiveScan.hpp +include/std_algorithms/Kokkos_TransformReduce.hpp +include/std_algorithms/Kokkos_Unique.hpp +include/std_algorithms/Kokkos_UniqueCopy.hpp +include/std_algorithms/impl/Kokkos_AdjacentDifference.hpp +include/std_algorithms/impl/Kokkos_AdjacentFind.hpp +include/std_algorithms/impl/Kokkos_AllOfAnyOfNoneOf.hpp +include/std_algorithms/impl/Kokkos_Constraints.hpp +include/std_algorithms/impl/Kokkos_CopyBackward.hpp +include/std_algorithms/impl/Kokkos_CopyCopyN.hpp +include/std_algorithms/impl/Kokkos_CopyIf.hpp +include/std_algorithms/impl/Kokkos_CountCountIf.hpp +include/std_algorithms/impl/Kokkos_Equal.hpp +include/std_algorithms/impl/Kokkos_ExclusiveScan.hpp +include/std_algorithms/impl/Kokkos_FillFillN.hpp +include/std_algorithms/impl/Kokkos_FindEnd.hpp +include/std_algorithms/impl/Kokkos_FindFirstOf.hpp +include/std_algorithms/impl/Kokkos_FindIfOrNot.hpp +include/std_algorithms/impl/Kokkos_ForEachForEachN.hpp +include/std_algorithms/impl/Kokkos_GenerateGenerateN.hpp +include/std_algorithms/impl/Kokkos_HelperPredicates.hpp +include/std_algorithms/impl/Kokkos_IdentityReferenceUnaryFunctor.hpp +include/std_algorithms/impl/Kokkos_InclusiveScan.hpp +include/std_algorithms/impl/Kokkos_IsPartitioned.hpp +include/std_algorithms/impl/Kokkos_IsSorted.hpp +include/std_algorithms/impl/Kokkos_IsSortedUntil.hpp +include/std_algorithms/impl/Kokkos_LexicographicalCompare.hpp +include/std_algorithms/impl/Kokkos_MinMaxMinmaxElement.hpp +include/std_algorithms/impl/Kokkos_Mismatch.hpp +include/std_algorithms/impl/Kokkos_Move.hpp +include/std_algorithms/impl/Kokkos_MoveBackward.hpp +include/std_algorithms/impl/Kokkos_PartitionCopy.hpp +include/std_algorithms/impl/Kokkos_PartitionPoint.hpp +include/std_algorithms/impl/Kokkos_RandomAccessIterator.hpp +include/std_algorithms/impl/Kokkos_Reduce.hpp +include/std_algorithms/impl/Kokkos_ReducerWithArbitraryJoinerNoNeutralElement.hpp +include/std_algorithms/impl/Kokkos_RemoveAllVariants.hpp +include/std_algorithms/impl/Kokkos_Replace.hpp +include/std_algorithms/impl/Kokkos_ReplaceCopy.hpp +include/std_algorithms/impl/Kokkos_ReplaceCopyIf.hpp +include/std_algorithms/impl/Kokkos_ReplaceIf.hpp +include/std_algorithms/impl/Kokkos_Reverse.hpp +include/std_algorithms/impl/Kokkos_ReverseCopy.hpp +include/std_algorithms/impl/Kokkos_Rotate.hpp +include/std_algorithms/impl/Kokkos_RotateCopy.hpp +include/std_algorithms/impl/Kokkos_Search.hpp +include/std_algorithms/impl/Kokkos_SearchN.hpp +include/std_algorithms/impl/Kokkos_ShiftLeft.hpp +include/std_algorithms/impl/Kokkos_ShiftRight.hpp +include/std_algorithms/impl/Kokkos_SwapRanges.hpp +include/std_algorithms/impl/Kokkos_Transform.hpp +include/std_algorithms/impl/Kokkos_TransformExclusiveScan.hpp +include/std_algorithms/impl/Kokkos_TransformInclusiveScan.hpp +include/std_algorithms/impl/Kokkos_TransformReduce.hpp +include/std_algorithms/impl/Kokkos_Unique.hpp +include/std_algorithms/impl/Kokkos_UniqueCopy.hpp +include/std_algorithms/impl/Kokkos_ValueWrapperForNoNeutralElement.hpp include/traits/Kokkos_ExecutionSpaceTrait.hpp include/traits/Kokkos_GraphKernelTrait.hpp include/traits/Kokkos_IndexTypeTrait.hpp @@ -358,8 +473,8 @@ 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.6 -lib/libkokkoscontainers.so.3.6.01 +lib/libkokkoscontainers.so.3.7 +lib/libkokkoscontainers.so.3.7.00 lib/libkokkoscore.so -lib/libkokkoscore.so.3.6 -lib/libkokkoscore.so.3.6.01 +lib/libkokkoscore.so.3.7 +lib/libkokkoscore.so.3.7.00 diff --git a/science/lammps/Makefile b/science/lammps/Makefile index 3d02aa3e81199..b71779d499d15 100644 --- a/science/lammps/Makefile +++ b/science/lammps/Makefile @@ -1,5 +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/./} +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/nlcglib/Makefile b/science/nlcglib/Makefile index ee92518453d13..66a366377c66e 100644 --- a/science/nlcglib/Makefile +++ b/science/nlcglib/Makefile @@ -1,6 +1,7 @@ PORTNAME= nlcglib DISTVERSIONPREFIX= v DISTVERSION= 0.9-148 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g9a1bca6 CATEGORIES= science diff --git a/science/sirius/Makefile b/science/sirius/Makefile index 454f3b900cf05..0cf736524d6e6 100644 --- a/science/sirius/Makefile +++ b/science/sirius/Makefile @@ -1,6 +1,7 @@ PORTNAME= sirius DISTVERSIONPREFIX= v DISTVERSION= 7.3.2 +PORTREVISION= 1 CATEGORIES= science PKGNAMESUFFIX= -quantum-chemistry # other software also has the name "sirius"