Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{lib}[system] XALT v2.8.4 #9792

Merged
merged 8 commits into from
May 30, 2020
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions easybuild/easyconfigs/x/xalt/xalt-2.7.29.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
easyblock = 'EB_XALT'

name = 'xalt'
samcmill marked this conversation as resolved.
Show resolved Hide resolved
version = '2.7.29'
samcmill marked this conversation as resolved.
Show resolved Hide resolved

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=<path>'. " 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=<string>'. 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=<string>'. 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

source_urls = ['https://github.com/xalt/xalt/archive/']
sources = [SOURCE_TAR_GZ]
checksums = ['9c93d9077919532bd40638c4608be129a130cd80265334efa74db91afff5a2f4']

builddependencies = [
('cURL', '7.60.0-GCCcore-7.3.0'),
('flex', '2.6.4-GCCcore-7.3.0'),
('util-linux', '2.32.1-GCCcore-7.3.0'),
]

osdependencies = [
('bc'),
('coreutils'),
('libelf-dev', 'elfutils-libelf-devel'),
('libssl-dev', 'openssl-devel'),
samcmill marked this conversation as resolved.
Show resolved Hide resolved
]

moduleclass = 'lib'