fixes for ndzip and sperr (#33882)
* fixes for ndzip * fix commits in spack * new and fixed sperr release Co-authored-by: Robert Underwood <runderwood@anl.gov>
This commit is contained in:
parent
cdaac58488
commit
95e294b2e8
@ -26,6 +26,8 @@ class Ndzip(CMakePackage, CudaPackage):
|
|||||||
variant("cuda", description="build with cuda support", default=False)
|
variant("cuda", description="build with cuda support", default=False)
|
||||||
variant("openmp", description="build with cuda support", default=False)
|
variant("openmp", description="build with cuda support", default=False)
|
||||||
|
|
||||||
|
depends_on("boost+thread+program_options")
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
args = [
|
args = [
|
||||||
self.define_from_variant("NDZIP_WITH_CUDA", "cuda"),
|
self.define_from_variant("NDZIP_WITH_CUDA", "cuda"),
|
||||||
|
@ -11,10 +11,10 @@ class Sperr(CMakePackage):
|
|||||||
perform either error-bounded or size-bounded data compression"""
|
perform either error-bounded or size-bounded data compression"""
|
||||||
|
|
||||||
homepage = "https://github.com/NCAR/SPERR"
|
homepage = "https://github.com/NCAR/SPERR"
|
||||||
|
url = "https://github.com/NCAR/SPERR/archive/refs/tags/v0.5.tar.gz"
|
||||||
git = homepage
|
git = homepage
|
||||||
|
|
||||||
version("2022.07.18", commit="640305d049db9e9651ebdd773e6936e2c028ff3a")
|
version("0.5", sha256="20ad48c0e7599d3e5866e024d0c49648eb817f72ad5459f5468122cf14a97171")
|
||||||
version("2022.05.26", commit="7894a5fe1b5ca5a4aaa952d1779dfc31fd741243")
|
|
||||||
|
|
||||||
depends_on("git", type="build")
|
depends_on("git", type="build")
|
||||||
depends_on("zstd", type=("build", "link"), when="+zstd")
|
depends_on("zstd", type=("build", "link"), when="+zstd")
|
||||||
|
Loading…
Reference in New Issue
Block a user