mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
uhd: for boost-1.89
This commit is contained in:
parent
d85e889214
commit
456b55413f
2 changed files with 26 additions and 3 deletions
23
srcpkgs/uhd/patches/boost-1.89.patch
Normal file
23
srcpkgs/uhd/patches/boost-1.89.patch
Normal 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
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'uhd'
|
# Template file for 'uhd'
|
||||||
pkgname=uhd
|
pkgname=uhd
|
||||||
version=4.8.0.0
|
version=4.8.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=host
|
build_wrksrc=host
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_BUILD_TYPE=None"
|
configure_args="-DCMAKE_BUILD_TYPE=None"
|
||||||
hostmakedepends="doxygen pkg-config python3-Mako python3-numpy python3-requests"
|
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_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"
|
short_desc="Ettus USRP Hardware driver library"
|
||||||
maintainer="Remi Pommarel <repk@triplefau.lt>"
|
maintainer="Remi Pommarel <repk@triplefau.lt>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue