mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
Merge branch 'it4i-barbora'
This commit is contained in:
commit
d5913abad7
37
v/VirtualGL/VirtualGL-2.6.4-GCC-8.3.0-2.32.eb
Normal file
37
v/VirtualGL/VirtualGL-2.6.4-GCC-8.3.0-2.32.eb
Normal file
@ -0,0 +1,37 @@
|
||||
# IT4Innovations 2020
|
||||
# LK
|
||||
|
||||
easyblock = 'CMakeMake'
|
||||
|
||||
name = "VirtualGL"
|
||||
version = '2.6.4'
|
||||
|
||||
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', '19.2.1'),
|
||||
('libjpeg-turbo', '2.0.4'),
|
||||
('libGLU', '9.0.1', '-Mesa-19.2.1'),
|
||||
('CUDA', '10.2.89', '', True),
|
||||
]
|
||||
|
||||
builddependencies = [
|
||||
('CMake', '3.16.2', '', True),
|
||||
]
|
||||
|
||||
#skipsteps = ['source', 'patch', 'prepare', 'configure', 'build', 'test']
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/vglrun'],
|
||||
'dirs': ['']
|
||||
}
|
||||
|
||||
moduleclass = 'tools'
|
Loading…
x
Reference in New Issue
Block a user