mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
24 lines
471 B
Plaintext
24 lines
471 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'cereal'
|
|
version = '1.2.1'
|
|
|
|
homepage = 'http://uscilab.github.io/cereal/'
|
|
description = 'cereal is a header-only C++11 serialization library.'
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = ['https://github.com/USCiLab/cereal/archive/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
|
|
skipsteps = ['configure', 'build']
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['include/cereal'],
|
|
}
|
|
|
|
moduleclass = 'lib'
|