easyconfigs-it4i/l/libpciaccess/libpciaccess-0.14-GCC-6.3.0-2.27.eb
Lukáš Krupčík 8b42f4dda6 new file: h/hwloc/hwloc-2.0.4-GCC-6.3.0-2.27.eb
new file:   l/libpciaccess/libpciaccess-0.14-GCC-6.3.0-2.27.eb
	new file:   o/ORCA/ORCA-4.1.1-OpenMPI-2.1.5.eb
	new file:   o/ORCA/ORCA-4.1.2-OpenMPI-2.1.5.eb
	new file:   o/OpenMPI/OpenMPI-2.1.5-GCC-6.3.0-2.27.eb
2019-07-03 08:04:00 +02:00

28 lines
675 B
Plaintext

# IT4Innvoations 2019
easyblock = 'ConfigureMake'
name = 'libpciaccess'
version = '0.14'
homepage = 'http://cgit.freedesktop.org/xorg/lib/libpciaccess/'
description = """Generic PCI access library."""
toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
source_urls = ['https://www.x.org/releases/individual/lib/']
sources = [SOURCE_TAR_GZ]
checksums = ['8d86e64893917be3dfb1c5e837888d1275399c818783474002203d751312b03c']
builddependencies = [
('Autotools', '20180311', '', True),
('xorg-macros', '1.19.1', '', True),
]
sanity_check_paths = {
'files': ['include/pciaccess.h', 'lib/libpciaccess.a'],
'dirs': ['lib/pkgconfig'],
}
moduleclass = 'system'