protobuf-3.4.0-foss-2017b.eb 605 B

123456789101112131415161718192021222324
  1. easyblock = 'ConfigureMake'
  2. name = 'protobuf'
  3. version = '3.4.0'
  4. homepage = 'https://github.com/google/protobuf/'
  5. description = """Google Protocol Buffers"""
  6. toolchain = {'name': 'foss', 'version': '2017b'}
  7. source_urls = ['https://github.com/google/protobuf/archive/v%(version)s/']
  8. sources = [SOURCE_TAR_GZ]
  9. checksums = ['f6600abeee3babfa18591961a0ff21e7db6a6d9ef82418a261ec4fee44ee6d44']
  10. builddependencies = [('Autotools', '20170619')]
  11. preconfigopts = "./autogen.sh && "
  12. sanity_check_paths = {
  13. 'files': ['bin/protoc', 'lib/libprotobuf.%s' % SHLIB_EXT],
  14. 'dirs': [],
  15. }
  16. moduleclass = 'devel'