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

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