aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/deps/pybind11/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/deps/pybind11/README.md')
-rw-r--r--host/lib/deps/pybind11/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/host/lib/deps/pybind11/README.md b/host/lib/deps/pybind11/README.md
index 16cc54ebb..6622895b2 100644
--- a/host/lib/deps/pybind11/README.md
+++ b/host/lib/deps/pybind11/README.md
@@ -1,6 +1,6 @@
# PyBind11: Third-Party Dependency for UHD
-Version: 25abf7ef (post-2.2.4)
+Version: 2.6.1 (git hash: f1abf5d)
PyBind11 is a replacement for Boost.Python. Unlike Boost.Python, however, we
ship it with the UHD repository instead of relying on it to be there external to
@@ -9,6 +9,9 @@ most distributions at this time. It also allows us to lock down the version of
PyBind11 used; with Boost, we often have to apply hacks to make sure UHD works
across all of the Boost versions that we support.
+Note that the UHD CMake allows for using a different version of PyBind11 (e.g.,
+the one installed via package manager).
+
## License for PyBind11
As a seperate, third-party project, PyBind11 has a different license from UHD.