easyconfigs-it4i/l/libGLU/libGLU-9.0.0.eb
Lukáš Krupčík e06c1bd601 new file: b/Boost/Boost-1.67.0-foss-2017b.eb
new file:   c/CGAL/CGAL-4.11.1-foss-2017b.eb
	new file:   h/HDF5/HDF5-1.10.2-foss-2017b.eb
	modified:   l/libGLU/libGLU-9.0.0.eb
	new file:   m/METIS/METIS-5.1.0-foss-2017b.eb
	new file:   m/METIS/METIS-5.1.0-use-doubles.patch
	new file:   m/MPFR/MPFR-4.0.1-foss-2017b.eb
	new file:   m/Mesa/Mesa-18.1.1-foss-2017b.eb
	new file:   o/OpenFOAM/.OpenFOAM-6-foss-2017b.eb.swp
	new file:   o/OpenFOAM/OpenFOAM-6-foss-2017b.eb
	new file:   p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb
	new file:   p/Python/Python-2.7.15-foss-2017b.eb
	new file:   s/SCOTCH/SCOTCH-6.0.5-foss-2017b.eb
	new file:   x/X11/X11-20180604-foss-2017b.eb


Former-commit-id: e8b10bec2b833ddd8d62d61f64121f07ce56c411
2018-09-12 07:24:19 +02:00

26 lines
521 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 = {'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'