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