build(pybind11): added wrap file

This commit is contained in:
2025-07-29 08:31:50 -04:00
parent 90826e5053
commit 9ae9236a80
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@@ -83,7 +83,6 @@ subprojects/fourdst/
qhull.wrap
quill.wrap
yaml-cpp.wrap
pybind11.wrap
libcomposition.wrap
libconfig.wrap
libconstants.wrap

View File

@@ -37,10 +37,11 @@ only and do not necessarily reflect those of the European Union or the European
- C++ compiler supporting C++23 standard
- Meson build system (>= 1.5.0)
- Python 3.10 or newer
- CMake 3.20 or newer
- Python packages: `meson-python>=0.15.0`
- Boost libraries (>= 1.75.0) installed system-wide
> **Note:** Boost is the only external library dependency; no additional libraries are required beyond a C++ compiler, Meson, Python, and Boost.
> **Note:** Boost is the only external library dependency; no additional libraries are required beyond a C++ compiler, Meson, Python, CMake, and Boost.
> **Note:** Windows is not supported at this time and *there are no plans to support it in the future*. Windows users are encouraged to use WSL2 or a Linux VM.

View File

@@ -0,0 +1,8 @@
[wrap-git]
url = https://github.com/pybind/pybind11.git
revision = v3.0.0
depth = 1
patch_directory = pybind11
[provide]
pybind11 = pybind11_dep