camp: Add missing checksum (#19543)

This commit is contained in:
Chuck Atkins 2020-10-27 10:52:28 -04:00 committed by GitHub
parent bb00b1a7c9
commit 57200f01fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")