easyconfigs-it4i/p/pybind11/pybind11-2.4.3-GCCcore-6.3.0-Python-3.7.3.eb
Josef Hrabal 20c9353e4f new file: h/HDF5/HDF5-1.10.1-foss-2018a.eb
new file:   m/mpi4py/mpi4py-3.0.1-foss-2018a-Py-3.7.eb
	new file:   p/Python/Python-3.6.4-foss-2018a.eb
	new file:   p/Python/Python-3.6.6-foss-2018a.eb
	new file:   p/pybind11/pybind11-2.4.3-GCCcore-6.3.0-Python-3.7.3.eb
	new file:   v/VTK/VTK-8.1.0-foss-2018a-Python-3.6.6.eb
	deleted:    m/mpi4py/mpi4py-3.0.1-intel-2020a-Py-3.7.eb
2020-08-06 09:53:04 +02:00

36 lines
903 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': '6.3.0'}
source_urls = ['https://github.com/pybind/pybind11/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d']
builddependencies = [
('binutils', '2.27'),
('CMake', '3.16.2', '', True),
('Eigen', '3.3.7', '', True),
]
dependencies = [
('Python', '3.7.3'),
]
configopts = "-DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python"
sanity_check_paths = {
'files': [],
'dirs': ['include/pybind11', 'share/cmake/pybind11'],
}
moduleclass = 'lib'