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/adolc: adolc-2.3.0.ebuild metadata.xml Manifest ChangeLog
Date: Mon, 09 Jul 2012 21:11:44
Message-Id: 20120709184549.03D1020063@flycatcher.gentoo.org
1 bicatali 12/07/09 18:45:48
2
3 Added: adolc-2.3.0.ebuild metadata.xml Manifest ChangeLog
4 Log:
5 Fixed when sparse is not set (bug #425408), and import to the main tree
6
7 (Portage version: 2.2.01.20757-prefix/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/adolc/adolc-2.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/adolc-2.3.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/adolc-2.3.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: adolc-2.3.0.ebuild
16 ===================================================================
17 # Copyright 1999-2012 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/adolc-2.3.0.ebuild,v 1.1 2012/07/09 18:45:48 bicatali Exp $
20
21 EAPI=4
22
23 AUTOTOOLS_AUTORECONF=yes
24 AUTOTOOLS_IN_SOURCE_BUILD=yes
25 inherit autotools-utils toolchain-funcs
26
27 MYPN=ADOL-C
28
29 DESCRIPTION="Automatic differentiation system for C/C++"
30 HOMEPAGE="https://projects.coin-or.org/ADOL-C/"
31 SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz"
32
33 LICENSE="|| ( EPL-1.0 GPL-2 )"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 IUSE="sparse static-libs"
37
38 RDEPEND="sparse? ( sci-libs/colpack )"
39 DEPEND="${RDEPEND}"
40
41 S="${WORKDIR}/${MYPN}-${PV}"
42
43 src_configure() {
44 local myeconfargs+=(
45 $(use_enable sparse)
46 $(use sparse && echo "--with-colpack="${EPREFIX}"/usr")
47 )
48 autotools-utils_src_configure
49 }
50
51 src_test() {
52 emake test
53 }
54
55
56
57 1.1 sci-libs/adolc/metadata.xml
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/metadata.xml?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/metadata.xml?rev=1.1&content-type=text/plain
61
62 Index: metadata.xml
63 ===================================================================
64 <?xml version="1.0" encoding="UTF-8"?>
65 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 <pkgmetadata>
67 <herd>sci</herd>
68 <longdescription lang="en">
69 The ADOLC system automatically calculates exact derivatives of a
70 C/C++ function. It uses C++ overloading to record arithmetic
71 operations, which it plays back later in various ways to calculate
72 the requested values.
73 </longdescription>
74 <use>
75 <flag name='sparse'>Add support for sparse matrix algebra with <pkg>sci-libs/colpack</pkg></flag>
76 </use>
77 </pkgmetadata>
78
79
80
81 1.1 sci-libs/adolc/Manifest
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/Manifest?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/Manifest?rev=1.1&content-type=text/plain
85
86 Index: Manifest
87 ===================================================================
88 DIST ADOL-C-2.3.0.tgz 2135572 SHA256 c795d5bde1299c90376fc398f8e48b21bb5af8f893895af1958b533d14b0a878 SHA512 2ce45f9fc16f6e2f8a40011d82b38847e391e469c33522b47e24c3b070c69b7a24c2af71e1998bb3842cf2d9004613175fdd90cb039af08ecd3ed3f14419d60b WHIRLPOOL 30b3dfbffa2ae7b075fbd427e50cc4bfb4552adf009848a0e77571a3fce655f4c67d142042c6c431dfdc696930ee33027dc56b73401a34cbf9f867d3d282bcc7
89 EBUILD adolc-2.3.0.ebuild 813 SHA256 a74222fb85a13dcfbe1189fa8adb7859bfb12bd03a6349c8972f7b1d4b5f62a2 SHA512 ba8bc54538a81f0f3b1d4249a12da503c941a37312b2edfc3c0e51277feab5d4bb0863930171eb7e71e3a1317bc34bbcbf5dd6dc9be1b4638786b827ec1c85fa WHIRLPOOL 0541cc8cda417f0f054db4a149a0738d7ad94b6090fa2591281437d1e3d77eeb61ff76db3afd19d49a7cec723a6376689f483c0103e282dd28b9426479af0149
90 MISC metadata.xml 540 SHA256 35b4d95794e43b4780d2b6b4f480848ef300c9e6135de83594cc88c8dab721c4 SHA512 26fd988050492ea10ab2d8612a82c149db74f8a3518a1175afe81c500d4aca9d0bec31016e5daf8e93a63a1e4d7b4e4d1f186a980dec707bed6c317dcd7a495e WHIRLPOOL ed2174ca449f51b9622ca614ab8a649fd0f34c463af9e447e7f71ca84d6f648b24e01c9eff77df1110fa3be0fd925bad4f626c0c0623a60fe8cf1e6e39499fac
91
92
93
94 1.1 sci-libs/adolc/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/ChangeLog?rev=1.1&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/adolc/ChangeLog?rev=1.1&content-type=text/plain
98
99 Index: ChangeLog
100 ===================================================================
101 # ChangeLog for sci-libs/adolc
102 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
103 # $Header: /var/cvsroot/gentoo-x86/sci-libs/adolc/ChangeLog,v 1.1 2012/07/09 18:45:48 bicatali Exp $
104
105 *adolc-2.3.0 (09 Jul 2012)
106
107 09 Jul 2012; Sébastien Fabbro <bicatali@g.o> +adolc-2.3.0.ebuild,
108 +metadata.xml:
109 Fixed when sparse is not set (bug #425408), and import to the main tree