uhd: update to 3.14.1.1.

- enable cross
This commit is contained in:
bra1nwave 2019-10-21 20:26:42 +02:00 committed by Helmut Pozimski
parent d2b2fb9d90
commit 812c822a63

View file

@ -1,18 +1,23 @@
# Template file for 'uhd' # Template file for 'uhd'
pkgname=uhd pkgname=uhd
version=3.14.1.0 version=3.14.1.1
revision=1 revision=1
wrksrc="${pkgname}-${version}" wrksrc="${pkgname}-${version}"
build_wrksrc=host build_wrksrc=host
build_style=cmake build_style=cmake
hostmakedepends="doxygen pkg-config" hostmakedepends="doxygen pkg-config python-Mako python-numpy python-requests"
makedepends="python-Mako libusb-devel python-numpy python-devel boost-devel" makedepends="libusb-devel boost-devel"
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"
homepage="https://files.ettus.com/" 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" distfiles="https://github.com/EttusResearch/uhd/archive/v${version}.tar.gz"
checksum=8fc1ad70d80f7f69a30c957fee218ef8767cfd5a0ee4f0830e506f2b22e5b923 checksum=8cbcb22d12374ceb2859689b1d68d9a5fa6bd5bd82407f66952863d5547d27d0
case "${XBPS_TARGET_MACHINE}" in
arm*) configure_args="-DNEON_SIMD_ENABLE=OFF"
esac
post_install() { post_install() {
rm -rf ${DESTDIR}/usr/lib/uhd/tests rm -rf ${DESTDIR}/usr/lib/uhd/tests