Add checksum for relax@root6 (#29314)

This commit is contained in:
haralmha 2022-03-07 10:54:45 +01:00 committed by GitHub
parent 53fb5963eb
commit 6934703ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,7 @@ class Relax(CMakePackage):
tags = ['hep']
# The RELAX project stopped using a fixed release model since it moved to
# ROOT 6, so any package checksum is a lie...
version('root6')
version('root6', sha256='1d24b1a0884bbe99d60f7d02fea45d59695c158ab5e53516ac3fb780eb460bb4')
depends_on('clhep')
depends_on('gsl')