mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 20:20:49 +01:00
29 lines
743 B
Plaintext
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'
|