summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authordarmac <darmac@163.com>2019-11-27 11:01:04 +0800
committerAdam J. Stewart <ajstewart426@gmail.com>2019-11-26 21:01:04 -0600
commitcfe9550bfe7d8659c06892af8a32662cb372bea9 (patch)
treeb487f9745027916717d93f4a3cc6fe253674a582 /var
parent1450c30656ad491b01d5a7e5ed29816fe1d1970d (diff)
downloadspack-cfe9550bfe7d8659c06892af8a32662cb372bea9.tar.gz
spack-cfe9550bfe7d8659c06892af8a32662cb372bea9.tar.bz2
spack-cfe9550bfe7d8659c06892af8a32662cb372bea9.tar.xz
spack-cfe9550bfe7d8659c06892af8a32662cb372bea9.zip
add new package : sysstat (#13907)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/sysstat/package.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/sysstat/package.py b/var/spack/repos/builtin/packages/sysstat/package.py
new file mode 100644
index 0000000000..ae6585cdfd
--- /dev/null
+++ b/var/spack/repos/builtin/packages/sysstat/package.py
@@ -0,0 +1,21 @@
+# Copyright 2013-2019 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 import *
+
+
+class Sysstat(AutotoolsPackage):
+ """The sysstat package contains various utilities, common to many
+ commercial Unixes, to monitor system performance and usage activity
+ Sysstat also contains tools you can schedule via cron or systemd to
+ collect and historize performance and activity data."""
+
+ homepage = "https://github.com/sysstat"
+ url = "https://github.com/sysstat/sysstat/archive/v12.1.6.tar.gz"
+
+ version('12.2.0', sha256='614ab9fe8e7937a3edb7b2b6760792a3764ea3a7310ac540292dd0e3dfac86a6')
+ version('12.1.7', sha256='293b31ca414915896c639a459f4d03a742b3a472953975394bef907b245b3a9f')
+ version('12.1.6', sha256='50f4cbf023f8b933ed6f1fee0e6d33e508d9dc20355a47f6927e0c6046c6acf6')
+ version('12.1.5', sha256='d0ea36f278fe10c7978be2a383cb8055c1277d60687ac9030ba694a08a80f6ff')