mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: l/libGLU/libGLU-9.0.0-GCC-8.3.0-2.32.eb modified: l/libGLU/libGLU-9.0.0.eb modified: l/libdrm/libdrm-2.4.76.eb modified: m/Mako/Mako-1.0.6-Py-2.7.eb modified: m/Mesa/Mesa-18.3.1.eb new file: v/VirtualGL/VirtualGL-2.6.1-GCC-8.3.0-2.32.eb new file: v/VirtualGL/VirtualGL-2.6.3.eb
39 lines
750 B
Plaintext
39 lines
750 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libdrm'
|
|
version = '2.4.76'
|
|
|
|
homepage = 'http://dri.freedesktop.org'
|
|
description = """Direct Rendering Manager runtime library."""
|
|
|
|
source_urls = ['http://dri.freedesktop.org/libdrm/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('X11', '20190717'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/xf86drm.h',
|
|
'include/xf86drmMode.h',
|
|
'lib/libdrm_intel.%s' %
|
|
SHLIB_EXT,
|
|
'lib/libdrm_radeon.%s' %
|
|
SHLIB_EXT,
|
|
'lib/libdrm.%s' %
|
|
SHLIB_EXT,
|
|
'lib/libkms.%s' %
|
|
SHLIB_EXT],
|
|
'dirs': [
|
|
'include/libdrm',
|
|
'include/libkms',
|
|
'lib/pkgconfig'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|