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/colamd: metadata.xml ChangeLog Manifest colamd-2.7.1.ebuild
Date: Tue, 05 Feb 2008 18:02:40
Message-Id: E1JMS7u-0005on-Nm@stork.gentoo.org
1 bicatali 08/02/05 18:02:34
2
3 Added: metadata.xml ChangeLog Manifest colamd-2.7.1.ebuild
4 Log:
5 Initial import. Thanks to Justin Bronder for his work, see bug #173900
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.1 sci-libs/colamd/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/colamd/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/colamd/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>sci</herd>
20 <longdescription lang="en">
21 The COLAMD column approximate minimum degree ordering algorithm
22 computes a permutation vector P such that the LU factorization of A
23 (:,P) tends to be sparser than that of A. The Cholesky factorization
24 of (A (:,P))\'*(A (:,P)) will also tend to be sparser than that of
25 A\'*A. SYMAMD is a symmetric minimum degree ordering method based on
26 COLAMD, available as a MATLAB-callable function. It constructs a
27 matrix M such that M\'*M has the same pattern as A, and then uses
28 COLAMD to compute a column ordering of M. Colamd and symamd tend to be
29 faster and generate better orderings than their MATLAB counterparts,
30 colmmd and symmmd.
31 </longdescription>
32 </pkgmetadata>
33
34
35
36 1.1 sci-libs/colamd/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/colamd/ChangeLog?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/colamd/ChangeLog?rev=1.1&content-type=text/plain
40
41 Index: ChangeLog
42 ===================================================================
43 # ChangeLog for sci-libs/colamd
44 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
45 # $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/ChangeLog,v 1.1 2008/02/05 18:02:34 bicatali Exp $
46
47 *colamd-2.7.1 (05 Feb 2008)
48
49 05 Feb 2008; Sébastien Fabbro <bicatali@g.o>
50 +files/colamd-2.7.1-autotools.patch, +metadata.xml, +colamd-2.7.1.ebuild:
51 Initial import. Thanks to Justin Bronder for his work, see bug #173900
52
53
54
55
56 1.1 sci-libs/colamd/Manifest
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/colamd/Manifest?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/colamd/Manifest?rev=1.1&content-type=text/plain
60
61 Index: Manifest
62 ===================================================================
63 AUX colamd-2.7.1-autotools.patch 1779 RMD160 97d68418d4f9e9f67ffbd127364d4f60b5cb4e9a SHA1 2c48650ac67293990eb75224d063bc668871c328 SHA256 f672d5e0a205011e9e6a701e592188e5f0c352d0158d1a376e297e28e7d9554d
64 DIST COLAMD-2.7.1.tar.gz 55906 RMD160 04acdf4a2d9d16050258a973213686a94544277a SHA1 263803878f8d9abdfa5dd6d5209c73414d99d350 SHA256 b6362c7c8454a5ef305443d44fa4a7d6a3ad19e9b2431c8356a266fd258f35af
65 EBUILD colamd-2.7.1.ebuild 706 RMD160 7ff12c767ed35dad0b3f68949f7143275ecc39ef SHA1 000b29abb856c3ea87f7691a9902754e87fbdbcf SHA256 a5f3cfbe6e3021de476943517705795aca8e2bf2994f2f6034882b22588cec0e
66 MISC ChangeLog 350 RMD160 ed34b7b0f7b4193685ad6f02f7f14c35e8fd0a9c SHA1 39bf6ef54b54d311fddac11abea0b155982a1adb SHA256 b4f847556a8c1134155f8541bc136cd11768705ecc617438fd0d50d4706951a9
67 MISC metadata.xml 850 RMD160 3b8e03422846e9b0b2296efcc7c3e9e5e339d60f SHA1 022dbb7c82c1b6a52aed33a13c099b9562304abb SHA256 8796fed39251490a755aed9bce464371c0ed14075e90ebbdbf5a9a1aa03af309
68
69
70
71 1.1 sci-libs/colamd/colamd-2.7.1.ebuild
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/colamd/colamd-2.7.1.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/colamd/colamd-2.7.1.ebuild?rev=1.1&content-type=text/plain
75
76 Index: colamd-2.7.1.ebuild
77 ===================================================================
78 # Copyright 1999-2008 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/sci-libs/colamd/colamd-2.7.1.ebuild,v 1.1 2008/02/05 18:02:34 bicatali Exp $
81
82 inherit autotools eutils
83
84 MY_PN=COLAMD
85 DESCRIPTION="Column approximate minimum degree ordering algorithm"
86 HOMEPAGE="http://www.cise.ufl.edu/research/sparse/colamd"
87 SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
88
89 LICENSE="LGPL-2.1"
90 SLOT="0"
91 KEYWORDS="~amd64 ~x86"
92 IUSE=""
93 DEPEND="sci-libs/ufconfig"
94
95 S="${WORKDIR}/${MY_PN}"
96
97 src_unpack() {
98 unpack ${A}
99 cd "${S}"
100 epatch "${FILESDIR}"/${P}-autotools.patch
101 eautoreconf
102 }
103
104 src_install() {
105 emake DESTDIR="${D}" install || die "emake install failed"
106 dodoc README.txt Doc/ChangeLog || die "dodoc failed"
107 }
108
109
110
111 --
112 gentoo-commits@l.g.o mailing list