kokkos: add v3.7.01 (#34645)
Co-authored-by: Benjamin Fovet <benjamin.fovet@cea.fr>
This commit is contained in:
		| @@ -25,6 +25,7 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage): | |||||||
| 
 | 
 | ||||||
|     version("master", branch="master") |     version("master", branch="master") | ||||||
|     version("develop", branch="develop") |     version("develop", branch="develop") | ||||||
|  |     version("3.7.01", sha256="0481b24893d1bcc808ec68af1d56ef09b82a1138a1226d6be27c3b3c3da65ceb") | ||||||
|     version("3.7.00", sha256="62e3f9f51c798998f6493ed36463f66e49723966286ef70a9dcba329b8443040") |     version("3.7.00", sha256="62e3f9f51c798998f6493ed36463f66e49723966286ef70a9dcba329b8443040") | ||||||
|     version("3.6.01", sha256="1b80a70c5d641da9fefbbb652e857d7c7a76a0ebad1f477c253853e209deb8db") |     version("3.6.01", sha256="1b80a70c5d641da9fefbbb652e857d7c7a76a0ebad1f477c253853e209deb8db") | ||||||
|     version("3.6.00", sha256="53b11fffb53c5d48da5418893ac7bc814ca2fde9c86074bdfeaa967598c918f4") |     version("3.6.00", sha256="53b11fffb53c5d48da5418893ac7bc814ca2fde9c86074bdfeaa967598c918f4") | ||||||
| @@ -77,7 +78,7 @@ class Kokkos(CMakePackage, CudaPackage, ROCmPackage): | |||||||
|         "debug_bounds_check": [False, "Use bounds checking - will increase runtime"], |         "debug_bounds_check": [False, "Use bounds checking - will increase runtime"], | ||||||
|         "debug_dualview_modify_check": [False, "Debug check on dual views"], |         "debug_dualview_modify_check": [False, "Debug check on dual views"], | ||||||
|         "deprecated_code": [False, "Whether to enable deprecated code"], |         "deprecated_code": [False, "Whether to enable deprecated code"], | ||||||
|         "examples": [False, "Whether to build OpenMP  backend"], |         "examples": [False, "Whether to build examples"], | ||||||
|         "explicit_instantiation": [False, "Explicitly instantiate template types"], |         "explicit_instantiation": [False, "Explicitly instantiate template types"], | ||||||
|         "hpx_async_dispatch": [False, "Whether HPX supports asynchronous dispath"], |         "hpx_async_dispatch": [False, "Whether HPX supports asynchronous dispath"], | ||||||
|         "profiling": [True, "Create bindings for profiling tools"], |         "profiling": [True, "Create bindings for profiling tools"], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Benjamin Fovet
					Benjamin Fovet