easyblock = 'ConfigureMake' name = 'protobuf' version = '3.2.0' homepage = 'https://github.com/google/protobuf/' description = """Google Protocol Buffers""" toolchain = {'name': 'foss', 'version': '2016a'} source_urls = ['https://github.com/google/protobuf/archive/v%(version)s/'] sources = [SOURCE_TAR_GZ] builddependencies = [('Autotools', '20150215')] preconfigopts = "./autogen.sh && " sanity_check_paths = { 'files': ['bin/protoc', 'lib/libprotobuf.%s' % SHLIB_EXT], 'dirs': [], } moduleclass = 'devel'