gnuradio-osmosdr: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:30 +07:00
parent 07c762a2e2
commit 90b2c84f17
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,7 +119,7 @@ endif()
########################################################################
# Find boost
########################################################################
-find_package(Boost "1.65" REQUIRED chrono thread system)
+find_package(Boost "1.65" REQUIRED chrono thread)
if(NOT Boost_FOUND)
message(FATAL_ERROR "Boost required to compile osmosdr")

View file

@ -1,7 +1,7 @@
# Template file for 'gnuradio-osmosdr' # Template file for 'gnuradio-osmosdr'
pkgname=gnuradio-osmosdr pkgname=gnuradio-osmosdr
version=0.2.4 version=0.2.4
revision=9 revision=10
build_style=cmake build_style=cmake
configure_args="-Dpybind11_DIR=${XBPS_CROSS_BASE}/${py3_sitelib}/pybind11/share/cmake/pybind11" configure_args="-Dpybind11_DIR=${XBPS_CROSS_BASE}/${py3_sitelib}/pybind11/share/cmake/pybind11"
hostmakedepends="pkg-config gnuradio python3" hostmakedepends="pkg-config gnuradio python3"