Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libcmatrix: libcmatrix-3.2.1.ebuild ChangeLog metadata.xml
Date: Wed, 03 Nov 2010 09:30:30
Message-Id: 20101103093025.1EA4520054@flycatcher.gentoo.org
1 jlec 10/11/03 09:30:25
2
3 Added: libcmatrix-3.2.1.ebuild ChangeLog metadata.xml
4 Log:
5 New Addition, imported from sci overlay
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: libcmatrix-3.2.1.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.2.1.ebuild,v 1.1 2010/11/03 09:30:24 jlec Exp $
20
21 EAPI="3"
22
23 inherit autotools eutils
24
25 MY_P="${PN}${PV}_lite"
26
27 DESCRIPTION="lite version of pNMRsim"
28 HOMEPAGE="http://www.dur.ac.uk/paul.hodgkinson/pNMRsim/"
29 #SRC_URI="${HOMEPAGE}/${MY_P}.tar.gz"
30 SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar.gz"
31
32 LICENSE="as-is"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE="atlas threads"
36
37 RDEPEND="
38 sci-libs/minuit
39 atlas? ( sci-libs/blas-atlas )"
40 DEPEND="${RDEPEND}"
41
42 S="${WORKDIR}"/${PN}R3
43
44 src_prepare() {
45 epatch \
46 "${FILESDIR}"/${PV}-shared.patch \
47 "${FILESDIR}"/${PV}-minuit2.patch \
48 "${FILESDIR}"/${PV}-gcc4.4.patch
49 eautoreconf
50 }
51
52 src_configure() {
53 econf \
54 --with-minuit \
55 $(use_with atlas) \
56 $(use_with threads)
57 }
58
59 src_install() {
60 dolib.so lib/*.so* || die "install failed"
61
62 insinto /usr/include/${PN}R3
63 doins include/* || die "no includes"
64
65 dodoc CHANGES docs/* || die "no docs"
66 }
67
68
69
70 1.1 sci-libs/libcmatrix/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.1&content-type=text/plain
74
75 Index: ChangeLog
76 ===================================================================
77 # ChangeLog for sci-libs/libcmatrix
78 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.1 2010/11/03 09:30:24 jlec Exp $
80
81 *libcmatrix-3.2.1 (03 Nov 2010)
82
83 03 Nov 2010; Justin Lecher <jlec@g.o> +files/3.2.1-gcc4.4.patch,
84 +libcmatrix-3.2.1.ebuild, +files/3.2.1-minuit2.patch,
85 +files/3.2.1-shared.patch, +metadata.xml:
86 New Addition, imported from sci overlay
87
88
89
90
91 1.1 sci-libs/libcmatrix/metadata.xml
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/metadata.xml?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/metadata.xml?rev=1.1&content-type=text/plain
95
96 Index: metadata.xml
97 ===================================================================
98 <?xml version="1.0" encoding="UTF-8"?>
99 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 <pkgmetadata>
101 <herd>sci</herd>
102 <maintainer>
103 <email>jlec@g.o</email>
104 </maintainer>
105 <use>
106 <flag name='atlas'>Use of atlas blas implementation</flag>
107 </use>
108 </pkgmetadata>