mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-12 01:42:12 +01:00
23 lines
549 B
Plaintext
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'
|