mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
devel/kokkos: Update 3.6.01 -> 3.7.00
Reported by: portscout
This commit is contained in:
parent
c9973e6894
commit
5cf48f6614
@ -1,6 +1,5 @@
|
||||
PORTNAME= kokkos
|
||||
DISTVERSION= 3.6.01
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.7.00
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
PORTNAME= nlcglib
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9-148
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -g9a1bca6
|
||||
CATEGORIES= science
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user