diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-03-19 14:14:44 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:08 -0800 |
commit | 9b0702c546d10530af34deb7ab25391b7a7db87e (patch) | |
tree | 07f3c924b57b1ab4179489274c6f7e95d8deea51 /host/docs | |
parent | 062b82f6fdab8540af854050a45c0ef8de0a15eb (diff) | |
download | uhd-9b0702c546d10530af34deb7ab25391b7a7db87e.tar.gz uhd-9b0702c546d10530af34deb7ab25391b7a7db87e.tar.bz2 uhd-9b0702c546d10530af34deb7ab25391b7a7db87e.zip |
cmake: Bump dependency versions for UHD 4.0.0.0
- Boost >= 1.58
- CMake >= 3.5.1
- gcc >= 5.4.0
- Clang >= 3.8, AppleClang >= 600
- Python >= 3.5 (Py2k no longer supported)
- Numpy >= 1.11
- C++14 for lib, include may now use C++11 constructs.
- Because there is no more code requiring C++03 syntax, we remove the
include-specific clang-format file
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/build.dox.in | 2 | ||||
-rw-r--r-- | host/docs/pythonapi.dox | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/host/docs/build.dox.in b/host/docs/build.dox.in index 819755b9a..e3e7c50de 100644 --- a/host/docs/build.dox.in +++ b/host/docs/build.dox.in @@ -64,7 +64,7 @@ The directory to which you extract libusb must not contain spaces. This is to sa ### Python - **Purpose:** Used by mako build time, and utility scripts and the Python API at runtime -- **Minimum Version:** 2.7 +- **Minimum Version:** 3.5 - **Usage:** build time + runtime utility scripts (required) - **Download URL:** http://www.python.org/download/ - **Comments for Windows Users:** diff --git a/host/docs/pythonapi.dox b/host/docs/pythonapi.dox index c8f504049..8015034a5 100644 --- a/host/docs/pythonapi.dox +++ b/host/docs/pythonapi.dox @@ -16,14 +16,7 @@ using the binary installers provided on https://www.python.org/downloads/windows If CMake can't find the Python headers or library, specify the `PYTHON_INCLUDE_DIR` and/or `PYTHON_LIBRARY` CMake variables manually. - -\subsection python_install_2v3 Python 2 vs. 3 - -The Python API supports both Python 2 and 3, but if you have both versions -installed, CMake might require some hints which version is the desired one. -To force a particular version, it helps to set `-DPYTHON_EXECUTABLE=/usr/bin/python3`, -or whatever interpreter you are expecting. The variables PYTHON_LIBRARY and -PYTHON_INCLUDE_DIR may also need to be set. +Note that since UHD version 4.0.0.0, Python 2 is no longer supported. \subsection python_install_windows Installing on Windows |