easyconfigs-it4i/l/libGLU/libGLU-9.0.0.eb
Lukáš Krupčík a16a0cd8c1 new file: c/Cube/Cube-4.4.4-intel-2020a.eb
new file:   c/CubeGUI/CubeGUI-4.4.4-intel-2020a.eb
	new file:   c/CubeLib/CubeLib-4.4.4-intel-2020a.eb
	new file:   f/FFTW/FFTW-3.3.8-intel-2020a.eb
	modified:   l/libGLU/libGLU-9.0.0.eb
	new file:   o/OTF2/OTF2-2.2.eb
	new file:   q/Qt5/Qt5-5.14.1.eb
	new file:   s/Score-P/Score-P-6.0-intel-2020a.eb
	new file:   v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential.eb
2020-03-09 10:57:26 +01:00

34 lines
597 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 local_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'),
]
builddependencies = [
('binutils', '2.32'),
]
sanity_check_paths = {
'files': ['lib/libGLU.so.1'],
'dirs': [],
}
moduleclass = 'vis'