mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
28 lines
575 B
Plaintext
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'
|