mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
25 lines
533 B
Plaintext
25 lines
533 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': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['ftp://ftp.freedesktop.org/pub/mesa/glu/']
|
|
sources = ['glu-%(version)s.tar.bz2']
|
|
|
|
dependencies = [
|
|
('Mesa', '11.1.2'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libGLU.so.1'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|