Skip to content
Snippets Groups Projects
Unverified Commit fbdd2908 authored by Christoph Junghans's avatar Christoph Junghans Committed by GitHub
Browse files

kokkos: add v3.1.01 (#16470)

* kokkos: add v3.1.01

* kokkos: fix up versions

* kokkos-kernels: follow upstream versioning
parent dd3762d0
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,12 @@ class KokkosKernels(CMakePackage, CudaPackage): ...@@ -11,14 +11,12 @@ class KokkosKernels(CMakePackage, CudaPackage):
homepage = "https://github.com/kokkos/kokkos-kernels" homepage = "https://github.com/kokkos/kokkos-kernels"
git = "https://github.com/kokkos/kokkos-kernels.git" git = "https://github.com/kokkos/kokkos-kernels.git"
url = "https://github.com/kokkos/kokkos-kernels/archive/3.1.00.tar.gz"
version('3.1', url='https://github.com/kokkos/kokkos-kernels/archive/3.1.00.tar.gz',
sha256="27fea241ae92f41bd5b070b1a590ba3a56a06aca750207a98bea2f64a4a40c89",
default=True)
version('3.0', url='https://github.com/kokkos/kokkos-kernels/archive/3.0.00.tar.gz',
sha256="e4b832aed3f8e785de24298f312af71217a26067aea2de51531e8c1e597ef0e6")
version('develop', branch='develop') version('develop', branch='develop')
version('master', branch='master') version('master', branch='master')
version('3.1.00', sha256="27fea241ae92f41bd5b070b1a590ba3a56a06aca750207a98bea2f64a4a40c89")
version('3.0.00', sha256="e4b832aed3f8e785de24298f312af71217a26067aea2de51531e8c1e597ef0e6")
depends_on("kokkos") depends_on("kokkos")
depends_on("kokkos@develop", when="@develop") depends_on("kokkos@develop", when="@develop")
......
...@@ -11,14 +11,13 @@ class Kokkos(CMakePackage, CudaPackage): ...@@ -11,14 +11,13 @@ class Kokkos(CMakePackage, CudaPackage):
homepage = "https://github.com/kokkos/kokkos" homepage = "https://github.com/kokkos/kokkos"
git = "https://github.com/kokkos/kokkos.git" git = "https://github.com/kokkos/kokkos.git"
url = "https://github.com/kokkos/kokkos/archive/3.1.01.tar.gz"
version('develop', branch='develop') version('develop', branch='develop')
version('master', branch='master') version('master', branch='master')
version('3.0', url="https://github.com/kokkos/kokkos/archive/3.0.00.tar.gz", version('3.1.01', sha256='ff5024ebe8570887d00246e2793667e0d796b08c77a8227fe271127d36eec9dd')
sha256="c00613d0194a4fbd0726719bbed8b0404ed06275f310189b3493f5739042a92b") version('3.1.00', sha256="b935c9b780e7330bcb80809992caa2b66fd387e3a1c261c955d622dae857d878")
version('3.1', url="https://github.com/kokkos/kokkos/archive/3.1.00.tar.gz", version('3.0.00', sha256="c00613d0194a4fbd0726719bbed8b0404ed06275f310189b3493f5739042a92b")
sha256="b935c9b780e7330bcb80809992caa2b66fd387e3a1c261c955d622dae857d878",
default=True)
depends_on("cmake@3.10:", type='build') depends_on("cmake@3.10:", type='build')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment