Skip to content

Commit

Permalink
alpaka: add v0.8.0 (spack#28689)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl authored Feb 1, 2022
1 parent c9e1357 commit 5e8ef57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/alpaka/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class Alpaka(CMakePackage, CudaPackage):
maintainers = ['vvolkl']

version('develop', branch='develop')
version('0.8.0', sha256='e01bc377a7657d9a3e0c5f8d3f83dffbd7d0b830283c59efcbc1fb98cf88de43')
version('0.7.0', sha256='4b61119a7b3b073f281ba15b63430db98b77dbd9420bc290a114f80121fbdd97')
version('0.6.0', sha256='7424ecaee3af15e587b327e983998410fa379c61d987bfe923c7e95d65db11a3')
version('0.5.0', sha256='0ba08ea19961dd986160219ba00d6162fe7758980d88a606eff6494d7b3a6cd1')
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/cupla/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Cupla(Package):
version('master', branch='master')
version('0.3.0', sha256='035512517167967697e73544c788453de5e3f0bc4e8d4864b41b2e287365cbaf')

depends_on('alpaka@0.6.0:')
depends_on('alpaka@0.6.0:0.7')

def install(self, spec, prefix):
install_tree('include', self.prefix.include)
Expand Down

0 comments on commit 5e8ef57

Please sign in to comment.