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-libs/itpp: ChangeLog itpp-4.0.1.ebuild
Date: Fri, 21 Dec 2007 14:50:36
Message-Id: E1J5jCp-0007wc-BB@stork.gentoo.org
1 markusle 07/12/21 14:50:31
2
3 Modified: ChangeLog itpp-4.0.1.ebuild
4 Log:
5 Added a patch from upstream and cleaned up the ebuild.
6 (Portage version: 2.1.4_rc10)
7
8 Revision Changes Path
9 1.59 sci-libs/itpp/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/ChangeLog?rev=1.59&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/ChangeLog?rev=1.59&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/ChangeLog?r1=1.58&r2=1.59
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v
18 retrieving revision 1.58
19 retrieving revision 1.59
20 diff -u -r1.58 -r1.59
21 --- ChangeLog 18 Dec 2007 11:29:32 -0000 1.58
22 +++ ChangeLog 21 Dec 2007 14:50:30 -0000 1.59
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-libs/itpp
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.58 2007/12/18 11:29:32 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/ChangeLog,v 1.59 2007/12/21 14:50:30 markusle Exp $
28 +
29 + 21 Dec 2007; Markus Dittrich <markusle@g.o>
30 + +files/itpp-4.0.1-zdotu-debian.patch, itpp-4.0.1.ebuild:
31 + Added a patch from upstream and cleaned up the ebuild. Thanks much
32 + to Adam Piątyszek <ediap@×××××××××××××.PL> for his help.
33
34 18 Dec 2007; Markus Dittrich <markusle@g.o> itpp-4.0.1.ebuild:
35 Added missing myconf to econf and fixed installation path of html docs
36
37
38
39 1.3 sci-libs/itpp/itpp-4.0.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/itpp-4.0.1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/itpp-4.0.1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/itpp/itpp-4.0.1.ebuild?r1=1.2&r2=1.3
44
45 Index: itpp-4.0.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- itpp-4.0.1.ebuild 18 Dec 2007 11:29:32 -0000 1.2
52 +++ itpp-4.0.1.ebuild 21 Dec 2007 14:50:30 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.1.ebuild,v 1.2 2007/12/18 11:29:32 markusle Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.1.ebuild,v 1.3 2007/12/21 14:50:30 markusle Exp $
58
59 inherit fortran flag-o-matic
60
61 @@ -13,7 +13,7 @@
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE="blas debug doc fftw lapack minimal"
64
65 -DEPEND="!minimal? ( fftw? ( || ( >=sci-libs/fftw-3.0.0 ) ) )
66 +DEPEND="!minimal? ( fftw? ( >=sci-libs/fftw-3.0.0 ) )
67 blas? ( virtual/blas
68 lapack? ( virtual/lapack ) )
69 doc? ( app-doc/doxygen
70 @@ -26,9 +26,15 @@
71 fi
72 }
73
74 +src_unpack() {
75 + unpack ${A}
76 + cd "${S}"
77 + epatch "${FILESDIR}"/${P}-zdotu-debian.patch
78 +}
79 +
80 +
81 src_compile() {
82 - # turn off performance critical debug code in development
83 - # versions
84 + # turn off performance critical debug code
85 append-flags -DNDEBUG
86
87 local blas_conf="--without-blas"
88 @@ -42,7 +48,7 @@
89 fi
90 fi
91
92 - local fftw_conf;
93 + local fftw_conf="--without-fft";
94 if use fftw;
95 then
96 fftw_conf="--with-fft=-lfftw3"
97
98
99
100 --
101 gentoo-commits@g.o mailing list