colamd-2.8.0.ebuild 567 B

123456789101112131415161718192021
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. inherit autotools-utils
  5. DESCRIPTION="Column approximate minimum degree ordering algorithm"
  6. HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/"
  7. SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
  8. LICENSE="LGPL-2.1"
  9. SLOT="0"
  10. KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos"
  11. IUSE="static-libs"
  12. RDEPEND="sci-libs/suitesparseconfig"
  13. DEPEND="${RDEPEND}
  14. virtual/pkgconfig"