easyconfigs-it4i/l/libpciaccess/libpciaccess-0.14.eb
Lukáš Krupčík 0855a56183 new file: h/hwloc/hwloc-1.11.12.eb
modified:   l/Libmsr/Libsmr-master-20191216.eb
	new file:   l/libpciaccess/libpciaccess-0.14.eb
	new file:   n/numactl/numactl-2.0.12.eb
	new file:   o/OpenMPI/OpenMPI-3.1.5.eb
	new file:   u/UCX/UCX-1.6.1.eb
2019-12-18 14:40:55 +01:00

28 lines
641 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 = SYSTEM
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'