mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
24 lines
581 B
Plaintext
24 lines
581 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = "VirtualGL"
|
|
version = '2.4.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 = SYSTEM
|
|
|
|
osdependencies = ['VirtualGL']
|
|
|
|
skipsteps = ['source', 'patch', 'prepare', 'configure', 'build', 'test']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['/opt/VirtualGL/bin/vglrun'],
|
|
'dirs': ['']
|
|
}
|
|
|
|
moduleclass = 'tools'
|