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.1-GCCcore-8.3.0-Mesa-19.2.1.eb new file: l/libdrm/libdrm-2.4.99.eb new file: l/libepoxy/libepoxy-1.5.4-GCCcore-8.3.0.eb modified: l/libepoxy/libepoxy-1.5.4.eb new file: l/libglvnd/libglvnd-1.2.0.eb new file: m/Mesa/Mesa-19.2.1-GCCcore-8.3.0.eb modified: v/VTK/VTK-8.2.0-intel-2020a-Py-3.7.eb
35 lines
641 B
Plaintext
35 lines
641 B
Plaintext
# JH 2020
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libGLU'
|
|
version = '9.0.1'
|
|
versionsuffix = '-Mesa-19.2.1'
|
|
|
|
homepage = 'ftp://ftp.freedesktop.org/pub/mesa/glu/'
|
|
description = """The OpenGL Utility Library (GLU) is a local_computer graphics library for OpenGL. """
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = [
|
|
'https://mesa.freedesktop.org/archive/glu'
|
|
]
|
|
sources = ['glu-%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('Mesa', '19.2.1'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.32'),
|
|
]
|
|
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libGLU.so.1'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|