easyconfigs-it4i/g/glproto/glproto-1.4.17-intel-2017a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

28 lines
575 B
Plaintext

easyblock = 'ConfigureMake'
name = 'glproto'
version = '1.4.17'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = "X protocol and ancillary headers"
toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'optarch': True}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_PROTO_SOURCE]
sanity_check_paths = {
'files': [
'include/GL/%s.h' %
x for x in [
'glxint',
'glxmd',
'glxproto',
'glxtokens',
'internal/glcore']],
'dirs': [],
}
moduleclass = 'devel'