fpchecker: add version for master branch (#28774)

This commit is contained in:
Tim Haines 2022-02-04 04:09:22 -06:00 committed by GitHub
parent 9c686a12c1
commit 1ba6e27830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,11 @@ class Fpchecker(CMakePackage):
homepage = "https://fpchecker.org/"
url = "https://github.com/LLNL/FPChecker/archive/refs/tags/v0.3.4.tar.gz"
git = "https://github.com/LLNL/FPChecker.git"
maintainers = ['ilagunap']
version('master', branch='master')
version('0.3.5', sha256='ed7277318af8e0a22b05c5655c9acc99e1d3036af41095ec2f1b1ada4d6e90f6')
version('0.3.4', sha256='ecea778dcddc8347da86b02069e12d574a3ba27a4f7c6224bf492fbff6cd162a')