dev-python/pylops - 2.6.0 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/pylops-2.6.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pylops-2.6.0

Or alternatively:

emerge --autounmask-write -a =dev-python/pylops-2.6.0

Package Information

Description:
Linear operators to allow solving large-scale optimization problems
Homepage:
https://github.com/PyLops/pylops
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
2.6.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1 pypi

DESCRIPTION="Linear operators to allow solving large-scale optimization problems"
HOMEPAGE="https://github.com/PyLops/pylops"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="advanced"

RDEPEND="
	>=dev-python/numpy-1.21.0[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.11.0[${PYTHON_USEDEP}]
	advanced? (
		dev-python/llvmlite[${PYTHON_USEDEP}]
		dev-python/numba[${PYTHON_USEDEP}]
		dev-python/pyfftw[${PYTHON_USEDEP}]
		dev-python/pywavelets[${PYTHON_USEDEP}]
	)
"
DEPEND="${RDEPEND}"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/pylops | euse -E <flag> -p dev-python/pylops | euse -D <flag> -p dev-python/pylops

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-python/numpy-1.21.0[]
	>=dev-python/scipy-1.11.0[]
	advanced? (
		dev-python/llvmlite[]
		dev-python/numba[]
		dev-python/pyfftw[]
		dev-python/pywavelets[]
	)

RDEPEND

	>=dev-python/numpy-1.21.0[]
	>=dev-python/scipy-1.11.0[]
	advanced? (
		dev-python/llvmlite[]
		dev-python/numba[]
		dev-python/pyfftw[]
		dev-python/pywavelets[]
	)