easyconfigs-it4i/p/pybind11/pybind11-2.7.1-GCCcore-10.2.0.eb
Lukas Krupcik fa4b2c02a3 new file: h/hypothesis/hypothesis-6.14.6-GCCcore-10.2.0.eb
new file:   n/NAMD/NAMD-2.9-intel-2017c-mpi.eb
	new file:   p/PSI4/PSI4-1.3.2-intel-2020a-Python-3.8.2-karolina.eb
	new file:   p/pybind11/pybind11-2.7.1-GCCcore-10.2.0.eb
	modified:   p/pytest/pytest-6.0.1-intel-2020a-Python-3.8.2.eb
	new file:   s/SciPy-bundle/SciPy-bundle-2020.03-AOCC-3.1.0-OAMD-2021a.eb
	new file:   s/SciPy-bundle/test-SciPy-bundle-2021.10-AOCC-3.1.0-OAMD-2021a.eb
2021-11-01 14:04:00 +01:00

27 lines
732 B
Plaintext

# IT4Innovations 2021
# LK
name = 'pybind11'
version = '2.7.1'
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': '10.2.0'}
source_urls = ['https://github.com/pybind/pybind11/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020']
builddependencies = [
('binutils', '2.35'),
('CMake', '3.18.4'),
('Eigen', '3.3.8'),
]
dependencies = [('Python', '3.8.6')]
configopts = "-DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python"
moduleclass = 'lib'