mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00

new file: l/libX11/libX11-1.6.5-intel-2017a.eb new file: l/libXt/libXt-1.1.5-intel-2017a-libX11-1.6.5.eb new file: m/motif/motif-2.3.4-intel-2017a.eb new file: p/protobuf-python/protobuf-python-3.2.0-GCC-7.1.0-2.28-Python-3.6.1.eb new file: p/protobuf-python/protobuf-python-3.4.0-GCC-6.4.0-2.28-Python-3.6.1.eb new file: p/protobuf/protobuf-3.4.0-GCC-7.1.0-2.28-Python-3.6.1.eb new file: s/Singularity/Singularity-2.4.2.eb modified: s/Singularity/Singularity-2.4.eb new file: s/squashfs-tools/squashfs-tools-2.4.eb
36 lines
757 B
Plaintext
36 lines
757 B
Plaintext
# IT4Innovations 2017
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'protobuf-python'
|
|
version = '3.2.0'
|
|
versionsuffix= '-Python-%(pyver)s'
|
|
|
|
homepage = 'https://github.com/google/protobuf/'
|
|
description = """Python Protocol Buffers runtime library."""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '7.1.0-2.28'}
|
|
|
|
source_urls = ['https://github.com/google/protobuf/archive/v%(version)s']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('Python', '3.6.1', '', True),
|
|
('protobuf', version, '-Python-%(pyver)s')
|
|
]
|
|
|
|
# use_setup_py_develop = True
|
|
|
|
start_dir = 'python'
|
|
|
|
installopts = '--cpp_implementation'
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages'],
|
|
}
|
|
|
|
options = {'modulename': 'google.protobuf' }
|
|
|
|
moduleclass = 'devel'
|