From 9e013fcaa700b38f5014526d71dde113128889be Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Mon, 9 May 2022 08:41:02 +0200 Subject: [PATCH] new file: x/XALT/XALT-2.10.36.eb --- x/XALT/XALT-2.10.36.eb | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 x/XALT/XALT-2.10.36.eb diff --git a/x/XALT/XALT-2.10.36.eb b/x/XALT/XALT-2.10.36.eb new file mode 100644 index 00000000..47fe4b08 --- /dev/null +++ b/x/XALT/XALT-2.10.36.eb @@ -0,0 +1,63 @@ +#IT4Innovations +# LK 2022 + +name = 'XALT' +version = '2.10.36' + +homepage = 'https://github.com/xalt/xalt' +description = """XALT 2 is a tool to allow a site to track user executables + and library usage on a cluster. When installed it can tell a site what are + the top executables by Node-Hours or by the number of users or the number + of times it is run. XALT 2 also tracks library usage as well. XALT 2 can + also track package use by R, MATLAB or Python. It tracks both MPI and + non-MPI programs.""" + +toolchain = SYSTEM + +# The location of XALT configuration file must be specified via +# 'config_py' easyconfig parameter. You can edit the easyconfig file, +# or use 'eb --try-amend=config_py='. " See +# https://xalt.readthedocs.io/en/latest/030_site_filtering.html for +# more information. +config_py = None + +# The name of the system must be specified via the 'syshost' +# easyconfig parameter. You can edit the easyconfig file, or use 'eb +# --try-amend=syshost='. See +# https://xalt.readthedocs.io/en/latest/020_site_configuration.html +# for more information. +syshost = None + +# The XALT transmission method must be specified via the +# 'transmission' easyconfig parameter. You can edit the easyconfig +# file, or use 'eb --try-amend=transmission='. See +# https://xalt.readthedocs.io/en/latest/020_site_configuration.html +# for more information. +transmission = None + +# Additional options +executable_tracking = True +gpu_tracking = None +logging_url = None +mysql = False +scalar_sampling = True +static_cxx = True + +source_urls = ['https://github.com/xalt/xalt/archive/'] +sources = [SOURCELOWER_TAR_GZ] +checksums = ['12caebea3e74558557cf9e26070f8166'] + +builddependencies = [ + ('cURL', '7.76.0'), + ('flex', '2.6.4'), + ('util-linux', '2.36'), +] + +osdependencies = [ + ('bc'), + ('coreutils'), + ('libelf-dev', 'elfutils-libelf-devel'), + OS_PKG_OPENSSL_DEV, +] + +moduleclass = 'lib'