diff --git a/srcpkgs/uhd/patches/boost-1.89.patch b/srcpkgs/uhd/patches/boost-1.89.patch new file mode 100644 index 00000000000..5e6824fd515 --- /dev/null +++ b/srcpkgs/uhd/patches/boost-1.89.patch @@ -0,0 +1,23 @@ +--- a/host/CMakeLists.txt ++++ b/host/CMakeLists.txt +@@ -297,10 +297,8 @@ message(STATUS "Configuring Boost C++ Li + # ALL required Boost components! + set(UHD_BOOST_REQUIRED_COMPONENTS + chrono +- date_time + filesystem + program_options +- system + serialization + thread + unit_test_framework +--- a/host/cmake/Modules/UHDBoost.cmake ++++ b/host/cmake/Modules/UHDBoost.cmake +@@ -108,7 +108,6 @@ endif() + list(FIND UHD_BOOST_REQUIRED_COMPONENTS "system" SYSTEM_NDX) + if(NOT ${SYSTEM_NDX} EQUAL -1) + list(REMOVE_AT UHD_BOOST_REQUIRED_COMPONENTS ${SYSTEM_NDX}) +- list(APPEND UHD_BOOST_REQUIRED_COMPONENTS "system") + endif() + + # special library directory that's used by some Linux diff --git a/srcpkgs/uhd/template b/srcpkgs/uhd/template index 0272a83c2e5..9077bf9df62 100644 --- a/srcpkgs/uhd/template +++ b/srcpkgs/uhd/template @@ -1,14 +1,14 @@ # Template file for 'uhd' pkgname=uhd version=4.8.0.0 -revision=1 +revision=2 build_wrksrc=host build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=None" hostmakedepends="doxygen pkg-config python3-Mako python3-numpy python3-requests" -makedepends="libusb-devel boost-devel-minimal libboost_chrono +makedepends="libusb-devel boost-devel-minimal libboost_program_options libboost_filesystem libboost_serialization - libboost_thread libboost_date_time libboost_unit_test_framework" + libboost_thread libboost_unit_test_framework" short_desc="Ettus USRP Hardware driver library" maintainer="Remi Pommarel " license="GPL-3.0-or-later"