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

new file: a/awscli/awscli-1.27.75-GCCcore-12.2.0-Python-3.10.8.eb new file: i/iompi/iompi-2020b-test.eb modified: l/libnsl/libnsl-1.3.0-GCCcore-10.3.0.eb new file: l/libnsl/libnsl-2.0.0-GCCcore-11.3.0.eb new file: o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-5.7.1-iompi-2020b.eb new file: o/OpenMPI/OpenMPI-4.0.5-iccifort-2020.4.304-test.eb new file: p/PyYAML/PyYAML-5.4.1.1-GCCcore-12.2.0.eb new file: r/rclone/rclone-1.61.1.eb new file: s/s3cmd/s3cmd-2.3.0-GCCcore-12.2.0-Python-3.10.8.eb new file: v/VirtualGL/VirtualGL-3.0-GCC-11.3.0.eb modified: x/XALT/XALT-2.10.45-eb.eb
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
# IT4Innovations 2023
|
|
# JK
|
|
|
|
easyblock = 'CMakeMake'
|
|
|
|
name = 'VirtualGL'
|
|
version = '3.0'
|
|
|
|
homepage = 'https://virtualgl.org/'
|
|
description = """VirtualGL is an open source toolkit that gives any Linux or
|
|
Unix remote display software the ability to run OpenGL applications with full
|
|
hardware acceleration."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '11.3.0'}
|
|
|
|
source_urls = ['https://github.com/VirtualGL/virtualgl/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
checksums = ['d6e00a8d0596cafa67955d6211e0dab6c8aa8239bd718f7eca6eb0b032711f9b']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.20.1', '', True),
|
|
('binutils', '2.38'),
|
|
]
|
|
|
|
dependencies = [
|
|
('libjpeg-turbo', '2.1.3'),
|
|
('Mesa', '22.0.3'),
|
|
('libGLU', '9.0.2'),
|
|
('pocl', '1.8'),
|
|
]
|
|
|
|
local_binaries = [
|
|
'cpustat', 'glreadtest', 'glxinfo', 'glxspheres64', 'nettest', 'tcbench',
|
|
'vglclient', 'vglconfig', 'vglconnect', 'vglgenkey', 'vgllogin', 'vglrun',
|
|
'vglserver_config'
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/%s' % x for x in local_binaries],
|
|
'dirs': ['lib64', 'share', 'include'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|