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'), ] #sanity_check_paths = { # 'files': ['include/X11/extensions/Xdamage.h', 'lib/libXdamage.%s' % SHLIB_EXT, 'lib/libXdamage.a'], # 'dirs': [], #} moduleclass = 'vis'