Fix kokkos version number in lammps. (#24436)

This commit is contained in:
Jianwen 2021-06-28 17:23:34 +08:00 committed by GitHub
parent 77a98cabfa
commit 2970c02639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ def url_for_version(self, version):
depends_on('kim-api', when='+kim') depends_on('kim-api', when='+kim')
depends_on('libpng', when='+png') depends_on('libpng', when='+png')
depends_on('ffmpeg', when='+ffmpeg') 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('kokkos+shared@3.1:', when='@20200505:+kokkos')
depends_on('adios2', when='+user-adios') depends_on('adios2', when='+user-adios')
depends_on('plumed', when='+user-plumed') depends_on('plumed', when='+user-plumed')