uhd: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:37 +07:00
parent d85e889214
commit 456b55413f
2 changed files with 26 additions and 3 deletions

View file

@ -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

View file

@ -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 <repk@triplefau.lt>"
license="GPL-3.0-or-later"