mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00
26 lines
613 B
Plaintext
26 lines
613 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libepoxy'
|
|
version = '1.4.3'
|
|
|
|
homepage = "https://github.com/anholt/libepoxy"
|
|
description = "Epoxy is a library for handling OpenGL function pointer management for you"
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
sources = [SOURCE_TAR_XZ]
|
|
source_urls = ['https://github.com/anholt/libepoxy/releases/download/%(version)s']
|
|
|
|
dependencies = [
|
|
('Mesa', '17.0.2'),
|
|
]
|
|
|
|
configopts = '--enable-egl=no'
|
|
|
|
#sanity_check_paths = {
|
|
# 'files': ['include/X11/extensions/Xdamage.h', 'lib/libXdamage.%s' % SHLIB_EXT, 'lib/libXdamage.a'],
|
|
# 'dirs': [],
|
|
#}
|
|
|
|
moduleclass = 'vis'
|