camp: Add missing checksum (#19543)
This commit is contained in:
parent
bb00b1a7c9
commit
57200f01fd
1 changed files with 2 additions and 1 deletions
|
@ -14,9 +14,10 @@ class Camp(CMakePackage, CudaPackage):
|
|||
|
||||
homepage = "https://github.com/LLNL/camp"
|
||||
git = "https://github.com/LLNL/camp.git"
|
||||
url = "https://github.com/LLNL/camp/archive/v0.1.0.tar.gz"
|
||||
|
||||
version('master', branch='master', submodules='True')
|
||||
version('0.1.0', url='https://github.com/LLNL/camp/archive/v0.1.0.tar.gz')
|
||||
version('0.1.0', sha256='fd4f0f2a60b82a12a1d9f943f8893dc6fe770db493f8fae5ef6f7d0c439bebcc')
|
||||
|
||||
depends_on('cmake@3.8:', type='build')
|
||||
depends_on('cmake@3.9:', type='build', when="+cuda")
|
||||
|
|
Loading…
Reference in a new issue