mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +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
30 lines
589 B
Plaintext
30 lines
589 B
Plaintext
# IT4Innovations 2020
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libGLU'
|
|
version = '9.0.0'
|
|
|
|
homepage = 'ftp://ftp.freedesktop.org/pub/mesa/glu/'
|
|
description = """The OpenGL Utility Library (GLU) is a local_computer graphics library for OpenGL. """
|
|
|
|
toolchain = {'name': 'GCC', 'version': '8.3.0-2.32'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [
|
|
'http://ftp.iij.ad.jp/pub/X11/x.org/pub/mesa/glu/'
|
|
]
|
|
sources = ['glu-%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('Mesa', '18.3.1', '', True)
|
|
]
|
|
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libGLU.so.1'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|