# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake-utils python-single-r1 DESCRIPTION="GNU Radio IIO Blocks" HOMEPAGE="https://github.com/analogdevicesinc/gr-iio" if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio" EGIT_BRANCH="upgrade-3.8" inherit git-r3 KEYWORDS="" else COMMIT="733c8a05e74b7d10fbaef502cc82d025ae35a1fb" SRC_URI="https://github.com/analogdevicesinc/gr-iio/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-3+" SLOT="0" REQUIRED_USE=${PYTHON_REQUIRED_USE} RDEPEND="${PYTHON_DEPS} =net-wireless/gnuradio-3.8*:= dev-libs/boost:= net-libs/libiio:= dev-libs/gmp sci-libs/volk net-libs/libad9361-iio:=" DEPEND="${RDEPEND} sys-devel/flex:= sys-devel/bison:= dev-util/cppunit:= dev-lang/swig:0"