mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
28 lines
760 B
Bash
28 lines
760 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DESCRIPTION="Metapackage for a suite of sparse matrix tools"
|
|
HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html"
|
|
|
|
LICENSE="metapackage"
|
|
SLOT="0"
|
|
|
|
KEYWORDS="amd64 arm64 ~hppa ~ppc ppc64 ~sparc ~x86"
|
|
IUSE="cuda doc lapack partition tbb"
|
|
DEPEND=""
|
|
RDEPEND="
|
|
~sci-libs/suitesparseconfig-${PV}
|
|
~sci-libs/amd-2.4.6[doc?]
|
|
~sci-libs/btf-1.2.6
|
|
~sci-libs/camd-2.4.6[doc?]
|
|
~sci-libs/ccolamd-2.9.6
|
|
~sci-libs/cholmod-3.0.13[cuda?,doc?,partition?,lapack?]
|
|
~sci-libs/colamd-2.9.6
|
|
~sci-libs/cxsparse-3.2.0
|
|
~sci-libs/klu-1.3.9[doc?]
|
|
~sci-libs/ldl-2.2.6[doc?]
|
|
~sci-libs/spqr-2.0.9[doc?,partition?,tbb?]
|
|
~sci-libs/umfpack-5.7.9[doc?,cholmod]"
|