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

new file: h/hwloc/hwloc-2.0.3-GCC-8.3.0-2.32.eb modified: i/impi/impi-2018.4.274-iccifort-2018.5.274-GCC-8.3.0-2.32.eb modified: i/impi/impi-2018.5.288-iccifort-2019.5.281-GCC-8.3.0-2.32.eb modified: i/impi/impi-2019.6.154-iccifort-2019.5.281-GCC-8.3.0-2.32.eb new file: n/numactl/numactl-2.0.12-GCCcore-6.3.0.eb modified: n/numactl/numactl-2.0.12-GCCcore-8.3.0.eb modified: o/OpenMPI/OpenMPI-2.1.5-GCC-6.3.0-2.27.eb modified: o/OpenMPI/OpenMPI-2.1.5-GCC-8.3.0-2.32.eb modified: o/OpenMPI/OpenMPI-3.1.4-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-8.3.0-2.32.eb new file: o/OpenMPI/OpenMPI-3.1.5-GCCcore-8.3.0.eb new file: o/OpenMPI/OpenMPI-4.0.2-GCC-8.3.0-2.32.eb new file: u/UCX/UCX-1.6.1-GCCcore-6.3.0.eb new file: u/UCX/UCX-1.6.1-GCCcore-8.3.0.eb new file: x/XZ/XZ-5.2.4-GCCcore-8.3.0.eb new file: x/xorg-macros/xorg-macros-1.19.2-GCCcore-8.3.0.eb
30 lines
634 B
Plaintext
30 lines
634 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xorg-macros'
|
|
version = '1.19.2'
|
|
|
|
homepage = 'http://cgit.freedesktop.org/xorg/util/macros'
|
|
description = """X.org macros utilities."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
|
|
|
|
source_urls = ['https://www.x.org/pub/individual/util/']
|
|
sources = ['util-macros-%(version)s.tar.bz2']
|
|
checksums = ['58edef899364f78fbde9479ded20211e']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.32'),
|
|
('Autotools', '20180311'),
|
|
]
|
|
|
|
#preconfigopts = './autogen.sh && '
|
|
|
|
sanity_check_paths = {
|
|
'files': ['share/pkgconfig/xorg-macros.pc'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'devel'
|