Use https by default
[gentoo.git] / sci-libs / cxsparse / cxsparse-3.1.2.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit autotools-utils
8
9 DESCRIPTION="Extended sparse matrix package"
10 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/CXSparse/"
11 SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
12
13 LICENSE="LGPL-2.1"
14 SLOT="0"
15 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
16 IUSE="static-libs"
17
18 RDEPEND="sci-libs/suitesparseconfig"
19 DEPEND="${RDEPEND}
20         virtual/pkgconfig"