Skip to content
Snippets Groups Projects
Commit a636a0d4 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

protobuf has its own mr

parent 307136f0
No related branches found
No related tags found
No related merge requests found
easyblock = 'CMakeMake'
name = 'protobuf'
version = '3.13.0'
homepage = 'https://github.com/google/protobuf/'
description = """Google Protocol Buffers"""
site_contacts = 'a.strube@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
source_urls = ['https://github.com/google/protobuf/archive/v%(version)s/']
sources = ['%(name)s-%(version)s_jsc.tar.gz']
builddependencies = [
('binutils', '2.34'),
('CMake', '3.18.0'),
]
dependencies = [
('zlib', '1.2.11'),
]
start_dir = 'cmake'
configopts = '-Dprotobuf_BUILD_TESTS=OFF -DBUILD_SHARED_LIBS=ON'
sanity_check_paths = {
'files': ['bin/protoc', 'lib64/libprotobuf.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment