zfp: add v1.0.1 (#50260)

This commit is contained in:
Jon Rood 2025-05-05 02:09:13 -06:00 committed by GitHub
parent 4a24ab53df
commit 1873d6909a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,14 @@ class Zfp(CMakePackage, CudaPackage):
homepage = "https://zfp.llnl.gov" homepage = "https://zfp.llnl.gov"
url = "https://github.com/LLNL/zfp/releases/download/1.0.0/zfp-1.0.0.tar.gz" url = "https://github.com/LLNL/zfp/releases/download/1.0.0/zfp-1.0.0.tar.gz"
git = "https://github.com/LLNL/zfp.git" git = "https://github.com/LLNL/zfp.git"
maintainers("lindstro", "GarrettDMorrison") maintainers("lindstro", "Danielle-Asher")
tags = ["radiuss", "e4s"] tags = ["radiuss", "e4s"]
license("BSD-3-Clause") license("BSD-3-Clause")
# Versions # Versions
version("develop", branch="develop") version("develop", branch="develop")
version("1.0.1", sha256="ca0f7b4ae88044ffdda12faead30723fe83dd8f5bb0db74125df84589e60e52b")
version("1.0.0", sha256="0ea08ae3e50e3c92f8b8cf41ba5b6e2de8892bc4a4ca0c59b8945b6c2ab617c4") version("1.0.0", sha256="0ea08ae3e50e3c92f8b8cf41ba5b6e2de8892bc4a4ca0c59b8945b6c2ab617c4")
version("0.5.5", sha256="fdf7b948bab1f4e5dccfe2c2048fd98c24e417ad8fb8a51ed3463d04147393c5") version("0.5.5", sha256="fdf7b948bab1f4e5dccfe2c2048fd98c24e417ad8fb8a51ed3463d04147393c5")
version("0.5.4", sha256="746e17aaa401c67dcffd273d6e6f95c76adfbbd5cf523dcad56d09e9d3b71196") version("0.5.4", sha256="746e17aaa401c67dcffd273d6e6f95c76adfbbd5cf523dcad56d09e9d3b71196")