easyconfigs-it4i/l/libGLU/libGLU-9.0.0.eb
Easy Build d02acde3b0 modified: l/libGLU/libGLU-9.0.0.eb
new file:   l/libpciaccess/libpciaccess-0.13.1.eb
	modified:   m/MPFR/MPFR-3.1.4-intel-2017a.eb
	new file:   s/SQLite/SQLite-3.8.8.1.eb
2017-04-13 11:20:55 +02:00

24 lines
498 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': 'dummy', 'version': ''}
toolchainopts = {'pic': True}
source_urls = [
'http://ftp.iij.ad.jp/pub/X11/x.org/pub/mesa/glu/'
]
sources = ['glu-%(version)s.tar.gz']
sanity_check_paths = {
'files': ['lib/libGLU.so.1'],
'dirs': [],
}
moduleclass = 'vis'