mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: g/Graphviz/Graphviz-2.44.1-GCCcore-9.3.0-Java-11.eb new file: h/h5py/h5py-2.9.0-GCC-9.3.0-Python-3.8.6.eb new file: h/h5py/h5py-3.1.0-intel-2020a-Python-3.8.6.eb new file: m/mpi4py/mpi4py-3.0.1-intel-2020a-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.13.1-GCC-9.3.0-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.14.1-GCC-9.3.0-Python-3.8.6.eb new file: p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0-Python-3.8.2.eb new file: p/PyQt5/PyQt5-5.15.1-GCCcore-9.3.0.eb new file: p/pkgconfig/pkgconfig-1.5.1-GCCcore-9.3.0-Python-3.8.6.eb new file: p/pybind11/pybind11-2.4.3-GCCcore-9.3.0-Python-3.8.6.eb new file: s/SciPy-bundle/SciPy-bundle-2020.03-intel-2020a-Python-3.8.6.eb
32 lines
960 B
Plaintext
32 lines
960 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
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']
|
|
patches = ['%(name)s-%(version)s-fix-get-include.patch']
|
|
checksums = [
|
|
'1eed57bc6863190e35637290f97a20c81cfe4d9090ac0a24f3bbf08f265eb71d', # v2.4.3.tar.gz
|
|
'b03550f05dcff97eeb3d7f4cd393b0584341ac7a310c89ee120f95e54fdc3125', # pybind11-2.4.3-fix-get-include.patch
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.34'),
|
|
('CMake', '3.16.4'),
|
|
('Eigen', '3.3.7'),
|
|
]
|
|
dependencies = [('Python', '3.8.6')]
|
|
|
|
configopts = "-DPYTHON_EXECUTABLE=$EBROOTPYTHON/bin/python"
|
|
|
|
moduleclass = 'lib'
|