| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.2.0 | 7 | ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib-minimal
DESCRIPTION="sparse matrix package"
HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html"
SRC_URI="mirror://sagemath/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="static-libs"
RDEPEND=">=sci-libs/suitesparseconfig-5.4.0[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
ECONF_SOURCE="${S}" econf \
$(use_enable static-libs static)
}
src_install() {
einstalldocs
# package provides .pc files
find "${D}" -name '*.la' -delete || die
}
| Mirror Name | URLs |
|---|---|
| sagemath |
>=sci-libs/suitesparseconfig-5.4.0[${MULTILIB_USEDEP}]
virtual/pkgconfig
>=sci-libs/suitesparseconfig-5.4.0[${MULTILIB_USEDEP}]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | csparse-3.2.0.tar.bz2 | 2704143 bytes | mirror://sagemath/csparse-3.2.0.tar.bz2 |