easyconfigs-it4i/c/cereal/cereal-1.2.1.eb
2019-11-06 13:27:39 +01:00

24 lines
444 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 = SYSTEM
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'