Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/suitesparse: metadata.xml Manifest suitesparse-3.1.0.ebuild ChangeLog
Date: Tue, 05 Feb 2008 18:49:29
Message-Id: E1JMSrB-00082C-Pt@stork.gentoo.org
1 bicatali 08/02/05 18:49:21
2
3 Added: metadata.xml Manifest suitesparse-3.1.0.ebuild
4 ChangeLog
5 Log:
6 Initial import. Metapackage for several sparse matrix packages
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.1 sci-libs/suitesparse/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>sci</herd>
21 <longdescription lang="en">
22 SuiteSparse is a suite of sparse matrix libraries from University of
23 Florida Computer Science Department. Currently, this includes:
24 * AMD: symmetric approximate minimum degree
25 * BTF: permutation to block triangular form
26 * CAMD: symmetric approximate minimum degree
27 * CCOLAMD: constrained column approximate minimum degree
28 * COLAMD: column approximate minimum degree
29 * CHOLMOD: sparse supernodal Cholesky factorization and update/downdate
30 * CSparse: a concise sparse matrix package
31 * CXSparse: an extended version of CSparse
32 * KLU: sparse LU factorization, for circuit simulation
33 * LDL: a simple LDL^T factorization
34 * UMFPACK: sparse multifrontal LU factorization
35 * UFconfig: common configuration for all but CSparse
36 Gentoo package does not include the suitesparse MATLAB tools from
37 upstream, namely:
38 * RBio: MATLAB toolbox for reading/writing sparse matrices
39 * LINFACTOR: solve Ax=b using LU or CHOL
40 * MESHND: 2D and 3D mesh generation and nested dissection
41 * SSMULT: sparse matrix times sparse matrix
42 </longdescription>
43 </pkgmetadata>
44
45
46
47 1.1 sci-libs/suitesparse/Manifest
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/Manifest?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/Manifest?rev=1.1&content-type=text/plain
51
52 Index: Manifest
53 ===================================================================
54 EBUILD suitesparse-3.1.0.ebuild 625 RMD160 bfef7a300a95737f5a154d4d287de0229db882a0 SHA1 5733fea8a80c91fd38e3fda85cf2cc6ac63a8ecc SHA256 436311d3eb4ab98ec0f6fae308d2a5d126cf6f939fea5e9d67bb2ea94d42da19
55 MISC ChangeLog 320 RMD160 4f10b2a9c004f5928699e81fcd243c8c8f20f5c4 SHA1 b76a0e6067508f9630264c67422057f3d955449c SHA256 1206e38ed07b919457c8a31718af2ea7b57981e0a81edc285f9f2988a5d102e4
56 MISC metadata.xml 1278 RMD160 8882e36561409078fe4d6a21608ce917a76a5f40 SHA1 b2bd323b230114c5a59898b5427fa16eb0ad9a7f SHA256 261925cd643d8116044ecb271e10b0e623519d8307723f5ae3ab32d8ce2b42ef
57
58
59
60 1.1 sci-libs/suitesparse/suitesparse-3.1.0.ebuild
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild?rev=1.1&content-type=text/plain
64
65 Index: suitesparse-3.1.0.ebuild
66 ===================================================================
67 # Copyright 1999-2008 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 # $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/suitesparse-3.1.0.ebuild,v 1.1 2008/02/05 18:49:21 bicatali Exp $
70
71 DESCRIPTION="Meta package for a suite of sparse matrix tools"
72 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/SuiteSparse/"
73
74 LICENSE="LGPL-2.1 GPL-2"
75 SLOT="0"
76
77 KEYWORDS="~amd64 ~x86"
78 IUSE=""
79 DEPEND=""
80 RDEPEND=">=sci-libs/ufconfig-${PV}
81 >=sci-libs/amd-2.2.0
82 >=sci-libs/btf-1.0.1
83 >=sci-libs/camd-2.2.0
84 >=sci-libs/ccolamd-2.7.1
85 >=sci-libs/cholmod-1.6
86 >=sci-libs/colamd-2.7.1
87 >=sci-libs/csparse-2.2.1
88 >=sci-libs/cxsparse-2.2.1
89 >=sci-libs/klu-1.0.1
90 >=sci-libs/ldl-2.0.1
91 >=sci-libs/umfpack-5.2.0"
92
93
94
95 1.1 sci-libs/suitesparse/ChangeLog
96
97 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/ChangeLog?rev=1.1&view=markup
98 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/suitesparse/ChangeLog?rev=1.1&content-type=text/plain
99
100 Index: ChangeLog
101 ===================================================================
102 # ChangeLog for sci-libs/suitesparse
103 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
104 # $Header: /var/cvsroot/gentoo-x86/sci-libs/suitesparse/ChangeLog,v 1.1 2008/02/05 18:49:21 bicatali Exp $
105
106 *suitesparse-3.1.0 (05 Feb 2008)
107
108 05 Feb 2008; Sébastien Fabbro <bicatali@g.o> +metadata.xml,
109 +suitesparse-3.1.0.ebuild:
110 Initial import. Metapackage for several sparse matrix packages
111
112
113
114
115 --
116 gentoo-commits@l.g.o mailing list