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
36 lines
883 B
Plaintext
36 lines
883 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = "VirtualGL"
|
|
version = '2.6.1'
|
|
|
|
homepage = 'http://www.virtualgl.org'
|
|
description = """VirtualGL is an open source toolkit that gives any Unix or Linux remote display software the
|
|
ability to run OpenGL applications with full 3D hardware acceleration."""
|
|
|
|
# empty version to ensure that dependencies are loaded
|
|
toolchain = {'name': 'GCC', 'version': '8.3.0-2.32'}
|
|
|
|
sources = ['%(version)s.tar.gz']
|
|
source_urls = ['https://github.com/VirtualGL/virtualgl/archive']
|
|
|
|
dependencies = [
|
|
('Mesa', '18.3.1', '', True),
|
|
('libjpeg-turbo', '1.5.3', '', True),
|
|
('libGLU', '9.0.0'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.16.2', '', True),
|
|
]
|
|
|
|
#skipsteps = ['source', 'patch', 'prepare', 'configure', 'build', 'test']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/vglrun'],
|
|
'dirs': ['']
|
|
}
|
|
|
|
moduleclass = 'tools'
|