easyconfigs-it4i/p/pyplusplus/pyplusplus-20160707-foss-2016a-Python-3.5.1.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

34 lines
816 B
Plaintext

easyblock = 'PythonPackage'
name = 'pyplusplus'
version = '20160707'
commit_id = '2c6c05b7a7d2'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://bitbucket.org/ompl/pyplusplus'
description = """Py++ is a code generator for Boost.Python that simplifies
writing Python bindings of a C/C++ library
The tool is implemented as a Python module which is controlled by a user script."""
toolchain = {'name': 'foss', 'version': '2016a'}
source_urls = ['https://bitbucket.org/ompl/pyplusplus/get/']
sources = ['%s.zip' % commit_id]
dependencies = [
('Python', '3.5.1'),
('pygccxml', '20160706', '-Python-%(pyver)s'),
]
use_pip = True
sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages/%(name)s'],
}
options = {'modulename': '%(name)s'}
moduleclass = 'tools'