Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/octave: ChangeLog octave-3.2.0.ebuild
Date: Wed, 04 Nov 2009 11:05:04
Message-Id: E1N5dfi-0007Sp-3v@stork.gentoo.org
1 markusle 09/11/04 11:05:02
2
3 Modified: ChangeLog octave-3.2.0.ebuild
4 Log:
5 Added arpack to list of sparse matrix dependencies (#277171).
6 (Portage version: 2.1.7.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.78 sci-mathematics/octave/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.78&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?rev=1.78&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/ChangeLog?r1=1.77&r2=1.78
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v
18 retrieving revision 1.77
19 retrieving revision 1.78
20 diff -u -r1.77 -r1.78
21 --- ChangeLog 12 Oct 2009 20:06:24 -0000 1.77
22 +++ ChangeLog 4 Nov 2009 11:05:01 -0000 1.78
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-mathematics/octave
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.77 2009/10/12 20:06:24 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.78 2009/11/04 11:05:01 markusle Exp $
28 +
29 + 04 Nov 2009; Markus Dittrich <markusle@g.o> octave-3.2.0.ebuild:
30 + Added arpack to list of sparse matrix dependencies (#277171).
31
32 12 Oct 2009; Jeroen Roovers <jer@g.o> octave-3.0.3.ebuild:
33 Stable for HPPA (bug #245707).
34
35
36
37 1.7 sci-mathematics/octave/octave-3.2.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.7&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?rev=1.7&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild?r1=1.6&r2=1.7
42
43 Index: octave-3.2.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v
46 retrieving revision 1.6
47 retrieving revision 1.7
48 diff -u -r1.6 -r1.7
49 --- octave-3.2.0.ebuild 9 Sep 2009 02:59:39 -0000 1.6
50 +++ octave-3.2.0.ebuild 4 Nov 2009 11:05:01 -0000 1.7
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.6 2009/09/09 02:59:39 markusle Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.0.ebuild,v 1.7 2009/11/04 11:05:01 markusle Exp $
56
57 EAPI="2"
58 inherit flag-o-matic fortran xemacs-elisp-common
59 @@ -26,6 +26,7 @@
60 curl? ( net-misc/curl )
61 xemacs? ( app-editors/xemacs )
62 sparse? ( sci-libs/umfpack
63 + sci-libs/arpack
64 sci-libs/colamd
65 sci-libs/camd
66 sci-libs/ccolamd
67 @@ -53,13 +54,13 @@
68 econf \
69 --localstatedir=/var/state/octave \
70 --enable-shared \
71 - --without-arpack \
72 --with-blas="$(pkg-config --libs blas)" \
73 --with-lapack="$(pkg-config --libs lapack)" \
74 $(use_with hdf5) \
75 $(use_with curl) \
76 $(use_with zlib) \
77 $(use_with fftw) \
78 + $(use_with sparse arpack) \
79 $(use_with sparse umfpack) \
80 $(use_with sparse colamd) \
81 $(use_with sparse ccolamd) \