easyconfigs-it4i/g/GLM/GLM-0.9.9.0-GCCcore-6.3.0.eb
2019-11-06 13:27:39 +01:00

29 lines
743 B
Plaintext

# IT4Innvoations 2019
easyblock = 'CMakeMake'
name = 'GLM'
version = '0.9.9.0'
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': 'GCCcore', 'version': '6.3.0'}
source_urls = ['https://github.com/g-truc/glm/archive/']
sources = ['%(version)s.tar.gz']
checksums = ['514dea9ac0099dc389cf293cf1ab3d97aff080abad55bf79d4ab7ff6895ee69c']
builddependencies = [
('local_binutils', '2.27'),
('CMake', '3.13.1', '', True),
]
sanity_check_paths = {
'files': [],
'dirs': ['include/glm/', 'include/glm/gtc', 'include/glm/gtx'],
}
moduleclass = 'lib'