Permalink
Browse files
uhd: update to 3.14.0.0
- bump version to 3.14.0.0 - patch-fix-clang-match.release.diff is not needed on current release - rebase patch-fix-boost-python.release.diff and patch-host_CMakeLists.txt.release.diff - add python37 variant - remove python34 and python35 variants - bump revision of gnuradio and gr-osmosdr Closes: https://trac.macports.org/ticket/58225
- Loading branch information
Showing
with
59 additions
and 104 deletions.
| @@ -1,15 +1,13 @@ | ||
| diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt | ||
| index ab7f41f..06cd1af 100644 | ||
| --- a/host/CMakeLists.txt | ||
| +++ b/host/CMakeLists.txt | ||
| @@ -342,8 +342,8 @@ | ||
| MESSAGE(STATUS "Looking for required Boost components...") | ||
| FIND_PACKAGE(Boost ${BOOST_MIN_VERSION} COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) | ||
| @@ -341,8 +341,8 @@ | ||
| message(STATUS "Looking for required Boost components...") | ||
| find_package(Boost ${BOOST_MIN_VERSION} COMPONENTS ${BOOST_REQUIRED_COMPONENTS}) | ||
|
|
||
| -INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) | ||
| -LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) | ||
| +# INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS}) | ||
| +# LINK_DIRECTORIES(${Boost_LIBRARY_DIRS}) | ||
| -include_directories(${Boost_INCLUDE_DIRS}) | ||
| -link_directories(${Boost_LIBRARY_DIRS}) | ||
| +# include_directories(${Boost_INCLUDE_DIRS}) | ||
| +# link_directories(${Boost_LIBRARY_DIRS}) | ||
|
|
||
| #Check to see if the Python version we're looking for exists | ||
| SET(BOOST_PYTHON_FOUND ${Boost_PYTHON_FOUND}) | ||
| set(BOOST_PYTHON_FOUND ${Boost_PYTHON_FOUND}) |