Skip to content
Snippets Groups Projects
Commit 1a86e740 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

pybind11-2.7.1-GCCcore-11.2.0.eb

parent e7d89210
Branches
No related tags found
No related merge requests found
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': '11.2.0'}
source_urls = ['https://github.com/pybind/pybind11/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020']
builddependencies = [
('binutils', '2.37'),
('CMake', '3.21.1'),
('Eigen', '3.3.9'),
]
dependencies = [('Python', '3.9.6')]
configopts = "-DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python"
moduleclass = 'lib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment