diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-19 18:32:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-07-21 12:03:18 +0200 |
commit | 517c0d268cf74c79231bcbd5a0f06e7d743721dc (patch) | |
tree | bee248d92352b2ae7e86f1e0ede8a20b351a4ce2 /sci-libs | |
parent | sci-libs/cxsparse: Drop 3.1.2-r1 (diff) | |
download | gentoo-517c0d268cf74c79231bcbd5a0f06e7d743721dc.tar.gz gentoo-517c0d268cf74c79231bcbd5a0f06e7d743721dc.tar.bz2 gentoo-517c0d268cf74c79231bcbd5a0f06e7d743721dc.zip |
sci-libs/ccolamd: Drop 2.8.0
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/ccolamd/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/ccolamd/ccolamd-2.8.0.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/sci-libs/ccolamd/Manifest b/sci-libs/ccolamd/Manifest index 5848537395b9..dbe3369e605d 100644 --- a/sci-libs/ccolamd/Manifest +++ b/sci-libs/ccolamd/Manifest @@ -1,2 +1 @@ -DIST ccolamd-2.8.0.tar.bz2 309907 BLAKE2B 1229d0802a53613d2a320906889dc5ae928bc0b21003d0340f7c5f153a8a7fab8302981c1c2421f64ca5c9f5a1e9460ad5d136a6c1efbc401666f82d7aab1901 SHA512 6a515a8250ed98d52aa932a6f93170174ff32f76c1ecedcedeb1540a471416d0cd40b5613a839b96fbc79c66b3cb5106c6a340a33fafdd695c83b7d949756e77 DIST ccolamd-2.9.6.tar.bz2 305744 BLAKE2B 0d741ead328a1e888715672ddb617cc96a559f46f2379e1d7792b70868dd290de19b3047e3ed4dd2711084c9afc523d18ecb375aa4ee8a4a12950cee08f238b8 SHA512 cf6f210d26ddb1be454cac377a773b73b75261a74e1e3985565f57f45659b1c11b747829c5bbe99c4bc3e8b364d7b2b3c109e00f6d7e8e41afd713312ebf103c diff --git a/sci-libs/ccolamd/ccolamd-2.8.0.ebuild b/sci-libs/ccolamd/ccolamd-2.8.0.ebuild deleted file mode 100644 index ec74688df75f..000000000000 --- a/sci-libs/ccolamd/ccolamd-2.8.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils - -DESCRIPTION="Constrained Column approximate minimum degree ordering algorithm" -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/ccolamd/" -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" - -KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="static-libs" - -RDEPEND="sci-libs/suitesparseconfig" -DEPEND="${RDEPEND} - virtual/pkgconfig" |