public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/suitesparse: metadata.xml ChangeLog suitesparse-3.2.0.ebuild suitesparse-3.1.0.ebuild
@ 2009-03-14 12:28 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-03-14 12:28 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/03/14 12:28:00

  Modified:             metadata.xml ChangeLog suitesparse-3.1.0.ebuild
  Added:                suitesparse-3.2.0.ebuild
  Log:
  Version bump, added doc and metis flags
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-libs/suitesparse/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	5 Feb 2008 18:49:21 -0000	1.1
+++ metadata.xml	14 Mar 2009 12:28:00 -0000	1.2
@@ -15,13 +15,20 @@
     * CXSparse: an extended version of CSparse
     * KLU: sparse LU factorization, for circuit simulation
     * LDL: a simple LDL^T factorization
+    * SPQR: multifrontal sparse QT factorization
     * UMFPACK: sparse multifrontal LU factorization
     * UFconfig: common configuration for all but CSparse
-  Gentoo package does not include the suitesparse MATLAB tools from
-  upstream, namely:
+  The Gentoo package does not include the suitesparse MATLAB tools from
+  upstream, from the packages above and the following MATLAB-only packages:
     * RBio: MATLAB toolbox for reading/writing sparse matrices
     * LINFACTOR: solve Ax=b using LU or CHOL
     * MESHND: 2D and 3D mesh generation and nested dissection
     * SSMULT: sparse matrix times sparse matrix 
 </longdescription>
+<use>
+  <flag name='metis'>
+    Use METIS (<pkg>sci-libs/metis</pkg>
+    or <pkg>sci-libs/parmetis</pkg>) for partitioning
+  </flag>
+</use>
 </pkgmetadata>



1.2                  sci-libs/suitesparse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	5 Feb 2008 18:49:21 -0000	1.1
+++ ChangeLog	14 Mar 2009 12:28:00 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for sci-libs/suitesparse
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/ChangeLog,v 1.1 2008/02/05 18:49:21 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/ChangeLog,v 1.2 2009/03/14 12:28:00 bicatali Exp $
+
+*suitesparse-3.2.0 (14 Mar 2009)
+
+  14 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+  suitesparse-3.1.0.ebuild, +suitesparse-3.2.0.ebuild:
+  Version bump, added doc and metis flags
 
 *suitesparse-3.1.0 (05 Feb 2008)
 



1.2                  sci-libs/suitesparse/suitesparse-3.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild?r1=1.1&r2=1.2

Index: suitesparse-3.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suitesparse-3.1.0.ebuild	5 Feb 2008 18:49:21 -0000	1.1
+++ suitesparse-3.1.0.ebuild	14 Mar 2009 12:28:00 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild,v 1.1 2008/02/05 18:49:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild,v 1.2 2009/03/14 12:28:00 bicatali Exp $
 
 DESCRIPTION="Meta package for a suite of sparse matrix tools"
 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/SuiteSparse/"
@@ -18,7 +18,6 @@
 	>=sci-libs/ccolamd-2.7.1
 	>=sci-libs/cholmod-1.6
 	>=sci-libs/colamd-2.7.1
-	>=sci-libs/csparse-2.2.1
 	>=sci-libs/cxsparse-2.2.1
 	>=sci-libs/klu-1.0.1
 	>=sci-libs/ldl-2.0.1



1.1                  sci-libs/suitesparse/suitesparse-3.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/suitesparse-3.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/suitesparse-3.2.0.ebuild?rev=1.1&content-type=text/plain

Index: suitesparse-3.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/suitesparse-3.2.0.ebuild,v 1.1 2009/03/14 12:28:00 bicatali Exp $

EAPI=2

DESCRIPTION="Meta package for a suite of sparse matrix tools"
HOMEPAGE="http://www.cise.ufl.edu/research/sparse/SuiteSparse/"

LICENSE="LGPL-2.1 GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~x86"
IUSE="metis doc"
DEPEND=""
RDEPEND=">=sci-libs/ufconfig-${PV}
	>=sci-libs/amd-2.2[doc?]
	>=sci-libs/btf-1.0.1
	>=sci-libs/camd-2.2.0[doc?]
	>=sci-libs/ccolamd-2.7.1
	>=sci-libs/cholmod-1.7-r1[doc?,metis?]
	>=sci-libs/colamd-2.7.1
	>=sci-libs/cxsparse-2.2.2
	>=sci-libs/klu-1.0.1[doc?]
	>=sci-libs/ldl-2.0.1[doc?]
	>=sci-libs/spqr-1.1[doc?,metis?]
	>=sci-libs/umfpack-5.2[doc?]"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-14 12:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-14 12:28 [gentoo-commits] gentoo-x86 commit in sci-libs/suitesparse: metadata.xml ChangeLog suitesparse-3.2.0.ebuild suitesparse-3.1.0.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox