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'