diff options
author | 2023-01-28 16:51:01 +0100 | |
---|---|---|
committer | 2023-02-01 20:26:38 +0100 | |
commit | 924b1bd9ea24df651014b76a9d5a362ef874a469 (patch) | |
tree | cd19186196b0bc8f48aed0e52e00f46c08d0d5bd /sci-libs/volk | |
parent | sci-libs/rtabmap: drop 0.20.13-r1 (diff) | |
download | gentoo-924b1bd9ea24df651014b76a9d5a362ef874a469.tar.gz gentoo-924b1bd9ea24df651014b76a9d5a362ef874a469.tar.bz2 gentoo-924b1bd9ea24df651014b76a9d5a362ef874a469.zip |
sci-libs/volk: drop 2.5.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/volk')
-rw-r--r-- | sci-libs/volk/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/volk/volk-2.5.0.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/sci-libs/volk/Manifest b/sci-libs/volk/Manifest index 4659d3b9cd25..6fc90e0540df 100644 --- a/sci-libs/volk/Manifest +++ b/sci-libs/volk/Manifest @@ -1,2 +1 @@ -DIST volk-2.5.0.tar.xz 322280 BLAKE2B edbf0f7ffecf08e8f0d8ebbb85a9bc943286c5d022442d0d7e480be4ecbd696a8b2e87e4d16d7133467b429e4894a1d166c534b5a05630cb313906aed8476cfe SHA512 94e5af925d6b6e157445ca80c2ba47a92f5ee681716d2a70a5519caa30a603b3f31a9f1ccbd14ef65349645b56a3f406b4aa1f354c322be60bd76d646a4850c6 DIST volk-2.5.1.tar.xz 362792 BLAKE2B dfaaddb9e6910c2e7d9d493c87922cf95ae3c70fff5644c7295f02e474d5fabdc2c9f42dbcc2d9d85cc25e9b6c3ba9ec8671b580093a35af1402183fa18df93a SHA512 4946b1675293920dc6e716b0a7927ce845abd833b2a33c41542b90760c6ab6832a1faede4c783133b32e616d69a8fcf2d131ca54cd504b0596fc0a92030cd1fa diff --git a/sci-libs/volk/volk-2.5.0.ebuild b/sci-libs/volk/volk-2.5.0.ebuild deleted file mode 100644 index abe8da3489f0..000000000000 --- a/sci-libs/volk/volk-2.5.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -#https://github.com/gnuradio/volk/issues/383 -CMAKE_BUILD_TYPE="None" -inherit cmake python-single-r1 - -DESCRIPTION="vector optimized library of kernels" -HOMEPAGE="http://libvolk.org" -SRC_URI="https://github.com/gnuradio/volk/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~riscv ~x86" -IUSE="orc test" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS} - !<net-wireless/gnuradio-3.8 - dev-libs/boost:= - orc? ( dev-lang/orc )" -DEPEND="${RDEPEND} - $(python_gen_cond_dep 'dev-python/mako[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]')" - -RESTRICT="test" - -src_configure() { - local mycmakeargs=( - -DENABLE_ORC=$(usex orc) - -DPYTHON_EXECUTABLE="${PYTHON}" - -DENABLE_TESTING="$(usex test)" - -DENABLE_PROFILING=OFF - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - python_optimize -} |