sci-libs: return to gentoo

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-06-02 11:51:56 -04:00
parent 81e48df434
commit 35e45501af
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 33 deletions

View file

@ -1 +0,0 @@
DIST volk-2.3.0.tar.gz 344763 BLAKE2B 0f0e0cb7e6cd28086802c1618685ec30dedf5cdf67bef7ed09f3a7482f84d6e7972f4b22c096676bdef34c66c60d936ca8ab300cd4da07f6714cface1c2846ed SHA512 9e3b405b7be46b4f5ff61a4d42fa9013fc55169bc18c9cf9253e446fe23fd12dc0356adb9aa176e33dfa4cc478e4b9226bee906a2d89ef83bac3b28f52816382

View file

@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
DESCRIPTION="vector optimized library of kernels"
HOMEPAGE="http://libvolk.org"
SRC_URI="https://github.com/gnuradio/volk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+lang_orc"
RDEPEND="dev-libs/boost"
DEPEND="${RDEPEND}
!net-wireless/gnuradio[-system-volk]
dev-python/mako
dev-python/six
dev-lang/orc"
CMAKE_BUILD_TYPE=Release
src_configure() {
local mycmakeargs=(
#orc is a global variable
-DENABLE_ORC=$(usex lang_orc)
)
cmake-utils_src_configure
}