mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
25 lines
551 B
Plaintext
25 lines
551 B
Plaintext
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 = {'name': 'foss', 'version': '2015g'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['ftp://ftp.freedesktop.org/pub/mesa/glu/']
|
|
sources = ['glu-%(version)s.tar.bz2']
|
|
|
|
dependencies = [
|
|
('Mesa', '11.0.8', '-Python-2.7.9'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files' : ['lib/libGLU.so.1'],
|
|
'dirs' : [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|