uhd: update to 3.15.0.0.

This commit is contained in:
bra1nwave 2020-02-01 20:59:03 +01:00 committed by Piraty
parent d455071c78
commit 04a77246df
2 changed files with 5 additions and 5 deletions

View File

@ -3503,7 +3503,7 @@ libcaf_core.so.0.16.2 bro-2.6.1_1
libcaf_openssl.so.0.16.2 bro-2.6.1_1
libllhttp.so.1 llhttp-1.0.1_1
libpinyin.so.13 libpinyin-2.2.1_1
libuhd.so.3.14.1 uhd-3.14.1.0_1
libuhd.so.3.15.0 uhd-3.15.0.0_1
libeditline.so.1 editline-1.16.0_1
libgnuradio-rds-3.7.0git.so.0.0.0 gnuradio-rds-1.1.0_1
libgnuradio-nrsc5-1.0.0git.so.0.0.0 gnuradio-nrsc5-1.0.0_1

View File

@ -1,11 +1,11 @@
# Template file for 'uhd'
pkgname=uhd
version=3.14.1.1
revision=2
version=3.15.0.0
revision=1
wrksrc="${pkgname}-${version}"
build_wrksrc=host
build_style=cmake
hostmakedepends="doxygen pkg-config python-Mako python-numpy python-requests"
hostmakedepends="doxygen pkg-config python3-Mako python3-numpy python3-requests"
makedepends="libusb-devel boost-devel"
short_desc="Ettus USRP Hardware driver library"
maintainer="Remi Pommarel <repk@triplefau.lt>"
@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
homepage="https://files.ettus.com/"
changelog="https://raw.githubusercontent.com/EttusResearch/uhd/master/CHANGELOG"
distfiles="https://github.com/EttusResearch/uhd/archive/v${version}.tar.gz"
checksum=8cbcb22d12374ceb2859689b1d68d9a5fa6bd5bd82407f66952863d5547d27d0
checksum=eed4a77d75faafff56be78985950039f8d9d1eb9fcbd58b8862e481dd49825cd
case "${XBPS_TARGET_MACHINE}" in
arm*) configure_args="-DNEON_SIMD_ENABLE=OFF"