mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
30 lines
540 B
Plaintext
30 lines
540 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libGLU'
|
|
version = '9.0.0'
|
|
|
|
homepage = 'ftp://ftp.freedesktop.org/pub/mesa/glu/'
|
|
description = """The OpenGL Utility Library (GLU) is a computer graphics library for OpenGL. """
|
|
|
|
toolchain = SYSTEM
|
|
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'),
|
|
]
|
|
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libGLU.so.1'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|