easyconfigs-it4i/g/glog/glog-0.3.4.eb
2019-11-06 13:27:39 +01:00

27 lines
516 B
Plaintext

easyblock = 'ConfigureMake'
name = 'glog'
version = '0.3.4'
homepage = 'https://github.com/google/glog'
description = """
A C++ implementation of the Google logging module.
"""
toolchain = SYSTEM
sources = ['v%(version)s.tar.gz']
source_urls = ['https://github.com/google/glog/archive/']
sanity_check_paths = {
'files': [
'include/glog/logging.h',
'include/glog/raw_logging.h',
'lib/libglog.a',
'lib/libglog.%s' %
SHLIB_EXT],
'dirs': [],
}
moduleclass = 'devel'