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

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
28 lines
641 B
Plaintext
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'
|