summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJianwen <weijianwen@gmail.com>2021-06-28 17:23:34 +0800
committerGitHub <noreply@github.com>2021-06-28 11:23:34 +0200
commit2970c026392354fdfc64ddbd20aad84e69a42525 (patch)
tree2514dfc8bde1cc155ae365133693e0ce24bb0865
parent77a98cabfa1796c0c159329d8c6bb104b0345bed (diff)
downloadspack-2970c026392354fdfc64ddbd20aad84e69a42525.tar.gz
spack-2970c026392354fdfc64ddbd20aad84e69a42525.tar.bz2
spack-2970c026392354fdfc64ddbd20aad84e69a42525.tar.xz
spack-2970c026392354fdfc64ddbd20aad84e69a42525.zip
Fix kokkos version number in lammps. (#24436)
-rw-r--r--var/spack/repos/builtin/packages/lammps/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/lammps/package.py b/var/spack/repos/builtin/packages/lammps/package.py
index 3aeb584bf6..d3a0ee2715 100644
--- a/var/spack/repos/builtin/packages/lammps/package.py
+++ b/var/spack/repos/builtin/packages/lammps/package.py
@@ -120,7 +120,7 @@ class Lammps(CMakePackage, CudaPackage):
depends_on('kim-api', when='+kim')
depends_on('libpng', when='+png')
depends_on('ffmpeg', when='+ffmpeg')
- depends_on('kokkos+deprecated_code+shared@3.0', when='@20200303+kokkos')
+ depends_on('kokkos+deprecated_code+shared@3.0.00', when='@20200303+kokkos')
depends_on('kokkos+shared@3.1:', when='@20200505:+kokkos')
depends_on('adios2', when='+user-adios')
depends_on('plumed', when='+user-plumed')