| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.2 | 7 | ~amd64 ~x86 | 0 |
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="Python interface to the Intel MKL Pardiso library"
HOMEPAGE="https://github.com/haasad/PyPardisoProject"
SRC_URI="https://github.com/haasad/PyPardisoProject/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/PyPardisoProject-${PV}"
RDEPEND="dev-python/mkl-service[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
"
dev-python/mkl-service[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pypardiso-0.3.2.tar.gz | 10223 bytes | https://github.com/haasad/PyPardisoProject/archive/refs/tags/v0.3.2.tar.gz |