mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: d/dill/dill-0.2.9-Py-2.7.eb new file: h/HDF5/HDF5-1.10.2-foss-2017a.eb new file: m/multiprocess/multiprocess-0.70.7-Py-2.7.eb new file: m/multiprocess/test.py new file: n/NSPR/NSPR-4.20-GCCcore-6.3.0.eb new file: n/NSS/NSS-3.39-GCCcore-6.3.0.eb new file: o/OpenFOAM/OpenFOAM-5.0-intel-2017a-uv.eb new file: o/OpenFOAM/OpenFOAM-6-intel-2017a.eb new file: "o/OpenFOAM/etenv(\"EBROOTOPENFOAM\", root)" new file: p/ParaView/ParaView-5.4.1-foss-2017a-mpi-uv.eb new file: p/ParaView/ParaView-5.4.1-intel-2017a-mpi-uv.eb new file: q/Qt5/Qt5-5.11.2-GCC-6.3.0-2.27.eb new file: q/Qt5/Qt5-5.9.3-intel-2017a.eb new file: s/som/som-1.1-gompi-2019.02.eb new file: t/TRIQS/TRIQS-1.4.1-gompi-2019.02.eb deleted: o/OpenFOAM/OpenFOAM-6-foss-2017b-noGUI.eb deleted: q/Qt5/Qt5-5.11.1-GCC-6.3.0-2.27-uv.eb
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'DBus'
|
|
version = '1.13.6'
|
|
|
|
homepage = 'http://dbus.freedesktop.org/'
|
|
|
|
description = """
|
|
D-Bus is a message bus system, a simple way for applications to talk
|
|
to one another. In addition to interprocess communication, D-Bus helps
|
|
coordinate process lifecycle; it makes it simple and reliable to code
|
|
a "single instance" application or daemon, and to launch applications
|
|
and daemons on demand when their services are needed.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '6.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['http://dbus.freedesktop.org/releases/dbus']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['b533693232d36d608a09f70c15440c1816319bac3055433300d88019166c1ae4']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.27'),
|
|
]
|
|
|
|
dependencies = [
|
|
('expat', '2.2.0', '', True),
|
|
]
|
|
|
|
configopts = '--without-systemdsystemunitdir'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/dbus-%s' % x for x in
|
|
['cleanup-sockets', 'daemon', 'launch', 'monitor',
|
|
'run-session', 'send', 'uuidgen']] +
|
|
['lib/libdbus-1.%s' % x for x in ['a', SHLIB_EXT]],
|
|
'dirs': ['include', 'share'],
|
|
}
|
|
|
|
moduleclass = 'devel'
|