easyconfigs-it4i/l/libglvnd/libglvnd-1.2.0.eb
Lukáš Krupčík 9485f62957 new file: g/GTK+/GTK+-3.24.13-GCCcore-8.3.0.eb
new file:   l/libGLU/libGLU-9.0.1-GCCcore-8.3.0-Mesa-19.2.1.eb
	new file:   l/libdrm/libdrm-2.4.99.eb
	new file:   l/libepoxy/libepoxy-1.5.4-GCCcore-8.3.0.eb
	modified:   l/libepoxy/libepoxy-1.5.4.eb
	new file:   l/libglvnd/libglvnd-1.2.0.eb
	new file:   m/Mesa/Mesa-19.2.1-GCCcore-8.3.0.eb
	modified:   v/VTK/VTK-8.2.0-intel-2020a-Py-3.7.eb
2020-03-30 07:54:29 +02:00

31 lines
1019 B
Plaintext

# JH 2020
easyblock = 'ConfigureMake'
name = 'libglvnd'
version = '1.2.0'
homepage = 'https://github.com/NVIDIA/libglvnd'
description = "libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors."
toolchain = SYSTEM
source_urls = ['https://github.com/NVIDIA/libglvnd/releases/download/v%(version)s/']
sources = ['libglvnd-%(version)s.tar.gz']
checksums = ['2dacbcfa47b7ffb722cbddc0a4f1bc3ecd71d2d7bb461bceb8e396dc6b81dc6d']
#builddependencies = [('binutils', '2.32')]
dependencies = [('X11', '20190717')]
# Let EGL find system-installed vendor files in /etc/glvnd/egl_vendor.d etc.
allow_prepend_abs_path = True
modextrapaths = {"__EGL_VENDOR_LIBRARY_DIRS": "/etc/glvnd/egl_vendor.d:/usr/share/glvnd/egl_vendor.d"}
sanity_check_paths = {
'files': ['lib/lib%s.%s' % (x, SHLIB_EXT) for x in ['EGL', 'GL', 'GLX', 'OpenGL']],
'dirs': ['include/%s' % x for x in ['EGL', 'GL', 'GLES', 'GLES2', 'GLES3', 'glvnd', 'KHR']] + ['lib/pkgconfig'],
}
moduleclass = 'lib'