easyconfigs-it4i/c/cereal/cereal-1.2.1.eb

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'