easyconfigs-it4i/p/pybind11/pybind11-2.4.3-GCCcore-9.3.0-Python-3.7.8.eb
Lukáš Krupčík 39e4ef3cf2 new file: p/ParaView/ParaView-5.6.2-foss-2020a-Python-3.7.8-mpi.eb
new file:   p/Python/Python-3.7.8-GCCcore-9.3.0.eb
	new file:   p/pybind11/pybind11-2.4.3-GCCcore-9.3.0-Python-3.7.8.eb
	new file:   s/SciPy-bundle/SciPy-bundle-2020.03-foss-2020a-Python-3.7.8.eb
	deleted:    p/ParaView/ParaView-5.6.2-foss-2020a-Python-3.7.4-mpi.eb
2020-07-28 09:29:25 +02:00

36 lines
883 B
Plaintext

# JH 2020
easyblock = 'CMakeMake'
name = 'pybind11'
version = '2.4.3'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://pybind11.readthedocs.io'
description = """pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa,
mainly to create Python bindings of existing C++ code."""
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
source_urls = ['https://github.com/pybind/pybind11/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d']
builddependencies = [
('binutils', '2.34'),
('CMake', '3.16.4'),
('Eigen', '3.3.7'),
]
dependencies = [
('Python', '3.7.8'),
]
configopts = "-DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python"
sanity_check_paths = {
'files': [],
'dirs': ['include/pybind11', 'share/cmake/pybind11'],
}
moduleclass = 'lib'