easyconfigs-it4i/g/GLM/GLM-0.9.7.2-intel-2017a.eb
2017-03-09 11:57:40 +01:00

23 lines
549 B
Plaintext

easyblock = 'CMakeMake'
name = 'GLM'
version = '0.9.7.2'
homepage = 'https://github.com/g-truc/glm'
description = """OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on
the OpenGL Shading Language (GLSL) specifications."""
toolchain = {'name': 'intel', 'version': '2017a'}
source_urls = ['https://github.com/g-truc/glm/archive/']
sources = ['%(version)s.tar.gz']
builddependencies = [('CMake', '3.7.2')]
sanity_check_paths = {
'files': [],
'dirs': ['include/glm/'],
}
moduleclass = 'lib'