easyconfigs-it4i/u/util-linux/util-linux-2.33.1.eb
Josef 0a85f33110 modified: l/LAMMPS/LAMMPS-20181212-intel-2017c.eb
new file:   l/libsodium/libsodium-1.0.17.eb
	new file:   o/OpenPGM/OpenPGM-5.2.122-intel-2017c.eb
	modified:   s/Score-P/Score-P-3.1-intel-2017a.eb
	new file:   u/util-linux/util-linux-2.33.1.eb
	new file:   z/ZeroMQ/ZeroMQ-4.3.1-intel-2017c.eb
	deleted:    z/ZeroMQ/ZeroMQ-4.2.0-foss-2016b.eb
	deleted:    z/ZeroMQ/ZeroMQ-4.2.0-intel-2016b.eb
2019-01-28 08:16:24 +01:00

45 lines
1.3 KiB
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'util-linux'
version = '2.33.1'
homepage = 'http://www.kernel.org/pub/linux/utils/util-linux'
description = "Set of Linux utilities"
toolchain = {'name': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = ['%s/v%%(version_major_minor)s' % homepage]
sources = [SOURCELOWER_TAR_GZ]
# disable account related utilities (they need OS dependent pam-devel files)
# disable wall and friends (requires group changing permissions for install user)
# install systemd service files in install dir
# install bash completion files in install dir
configopts = "--disable-chfn-chsh --disable-login --disable-su --disable-rfkill "
configopts += "--disable-wall --disable-use-tty-group "
configopts += "--disable-makeinstall-chown --disable-makeinstall-setuid "
configopts += "--with-systemdsystemunitdir='${prefix}/systemd' "
configopts += "--with-bashcompletiondir='${prefix}/share/bash-completion/completions' "
# disable building Python bindings (since we don't include Python as a dep)
configopts += "--without-python "
builddependencies = [
('binutils', '2.27'),
]
dependencies = [
('ncurses', '6.1'),
('zlib', '1.2.11'),
]
sanity_check_paths = {
'files': ['lib/lib%s.a' % x for x in ['blkid', 'mount', 'uuid']],
'dirs': ['include', 'bin', 'share', 'sbin'],
}
moduleclass = 'tools'