Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.0.4.ebuild ChangeLog
Date: Wed, 19 Dec 2007 02:15:18
Message-Id: E1J4oSi-0005Lm-Cs@stork.gentoo.org
1 bicatali 07/12/19 02:15:08
2
3 Modified: numpy-1.0.4.ebuild ChangeLog
4 Log:
5 Fixed site.cfg generation for external blas/lapack
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.5 dev-python/numpy/numpy-1.0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild?r1=1.4&r2=1.5
14
15 Index: numpy-1.0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- numpy-1.0.4.ebuild 18 Dec 2007 04:00:24 -0000 1.4
22 +++ numpy-1.0.4.ebuild 19 Dec 2007 02:15:07 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild,v 1.4 2007/12/18 04:00:24 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4.ebuild,v 1.5 2007/12/19 02:15:07 bicatali Exp $
28
29 NEED_PYTHON=2.3
30
31 @@ -65,15 +65,15 @@
32
33 if use lapack; then
34 unset BLAS LAPACK
35 - cat > setup.cfg << EOF
36 -[blas_opt]
37 -libraries = $(pkgconf_cfg --libs-only-l cblas)
38 -library_dirs = $(pkgconf_cfg --libs-only-L cblas)
39 -
40 -[lapack_opt]
41 -libraries = $(pkgconf_cfg --libs-only-l lapack)
42 -library_dirs = $(pkgconf_cfg --libs-only-L lapack)
43 -EOF
44 + cat > site.cfg <<-EOF
45 + [blas]
46 + blas_libs = $(pkgconf_cfg --libs-only-l cblas)
47 + library_dirs = $(pkgconf_cfg --libs-only-L cblas)
48 +
49 + [lapack]
50 + lapack_libs = $(pkgconf_cfg --libs-only-l lapack)
51 + library_dirs = $(pkgconf_cfg --libs-only-L lapack)
52 + EOF
53 fi
54 }
55
56
57
58
59 1.43 dev-python/numpy/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.43&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.43&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.42&r2=1.43
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v
68 retrieving revision 1.42
69 retrieving revision 1.43
70 diff -u -r1.42 -r1.43
71 --- ChangeLog 18 Dec 2007 04:00:24 -0000 1.42
72 +++ ChangeLog 19 Dec 2007 02:15:07 -0000 1.43
73 @@ -1,6 +1,9 @@
74 # ChangeLog for dev-python/numpy
75 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.42 2007/12/18 04:00:24 jer Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.43 2007/12/19 02:15:07 bicatali Exp $
78 +
79 + 19 Dec 2007; Sébastien Fabbro <bicatali@g.o> numpy-1.0.4.ebuild:
80 + Fixed site.cfg generation for external blas/lapack
81
82 18 Dec 2007; Jeroen Roovers <jer@g.o> numpy-1.0.4.ebuild:
83 Stable for HPPA (bug #202202).
84
85
86
87 --
88 gentoo-commits@g.o mailing list