summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/szauto/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/szauto/package.py')
-rw-r--r--var/spack/repos/builtin/packages/szauto/package.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/szauto/package.py b/var/spack/repos/builtin/packages/szauto/package.py
new file mode 100644
index 0000000000..744149d6e2
--- /dev/null
+++ b/var/spack/repos/builtin/packages/szauto/package.py
@@ -0,0 +1,23 @@
+# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack.package import *
+
+
+class Szauto(CMakePackage):
+ """SZauto: SZ C++ Version that Supports Second-Order Prediction and Parameter Optimization"""
+
+ homepage = "https://github.com/szcompressor/SZauto"
+ url = "https://github.com/szcompressor/SZauto/releases/download/1.0.0/SZauto-1.0.0.tar.gz"
+ git = "https://github.com/szcompressor/szauto"
+
+ maintainers = ["disheng222", "robertu94"]
+
+ version("master", branch="master")
+ version("1.2.1", sha256="55c58f58df3a874f684ef864a9247907df0501e5598c089fd2d855ae0309b03a")
+ version("1.0.0", commit="03f3ab0312bd1de647e9d65746add73a0e8602d2")
+
+ depends_on("zstd")
+ depends_on("pkgconfig")