1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
|
# ChangeLog for dev-python/numpy
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.36 2007/08/26 21:27:50 bicatali Exp $
26 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org> -numpy-0.9.8.ebuild:
Removed old version
*numpy-1.0.3.1 (24 Aug 2007)
24 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
+numpy-1.0.3.1.ebuild:
Version bump. Removed fortran dependencies, closing bug #186913.
Cleaned various configure settings. Thanks Vincent Legoll for his work.
22 Jul 2007; Christian Faulhammer <opfer@gentoo.org> numpy-1.0.3.ebuild:
stable x86, bug 180713
20 Jul 2007; nixnut <nixnut@gentoo.org> numpy-1.0.3.ebuild:
Stable on ppc wrt bug 180713
17 Jul 2007; Christoph Mende <angelos@gentoo.org> numpy-1.0.3.ebuild:
Stable on amd64 wrt bug #180713
17 Jul 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.3.ebuild:
ia64 stable wrt #180713
17 Jul 2007; Markus Rothe <corsair@gentoo.org> numpy-1.0.3.ebuild:
Stable on ppc64; bug #180713
17 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> numpy-1.0.3.ebuild:
Stable on sparc wrt #180713
09 Jul 2007; Jeroen Roovers <jer@gentoo.org> numpy-1.0.3.ebuild:
Stable for HPPA (bug #180713).
14 Jun 2007; Jeroen Roovers <jer@gentoo.org> numpy-1.0.3.ebuild:
Marked ~hppa (bug #181888).
14 Jun 2007; Raúl Porcel <armin76@gentoo.org> numpy-1.0.3.ebuild:
Add ~alpha/~ia64 wrt #181888
14 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> numpy-1.0.3.ebuild:
Keyworded ~sparc wrt #181888
13 Jun 2007; Lukasz Strzygowski <lucass@gentoo.org> numpy-1.0.3.ebuild:
Fixed src_test to be more verbose.
*numpy-1.0.3 (25 May 2007)
25 May 2007; Sébastien Fabbro <bicatali@gentoo.org>
-files/numpy-1.0.1-cpuinfo.patch, -numpy-1.0.1.ebuild,
-numpy-1.0.1-r1.ebuild, +numpy-1.0.3.ebuild:
version bump and removed older version
*numpy-1.0.2 (05 Apr 2007)
05 Apr 2007; Sébastien Fabbro <bicatali@gentoo.org> +numpy-1.0.2.ebuild:
Version bump. Closing #173359.
06 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
numpy-1.0.1-r1.ebuild:
Fixed a cblas requirement when lapack was not called. Allows F77FLAGS to
be used along FFLAGS for FORTRAN flags.
05 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
+files/numpy-1.0.1-cpuinfo.patch, numpy-1.0.1-r1.ebuild:
Fix bug #169262 with upstream patch. Thanks james@superbug.demon.co.uk
for reporting.
20 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org>
numpy-1.0.1-r1.ebuild:
Updated cblas dependencies. Closing bug #167652, thanks
Grante Edwards <grante@visi.com> for the report.
*numpy-1.0.1-r1 (19 Feb 2007)
19 Feb 2007; Sébastien Fabbro <bicatali@gentoo.org>
+files/numpy-1.0.1-f2py.patch, metadata.xml, +numpy-1.0.1-r1.ebuild:
Fixed for cblas deps, better testing. Now works with test. Better
compliance to python packages. Added ifc treatment for amd64.
*numpy-1.0.1 (31 Jan 2007)
31 Jan 2007; Steve Arnold <nerdboy@gentoo.org> -numpy-1.0_beta2.ebuild,
-numpy-1.0_rc1.ebuild, +numpy-1.0.1.ebuild:
Bumped to latest full release and cleaned up rc and beta ebuilds (bug
154275).
26 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild:
Stable on ppc.
24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
numpy-1.0_beta2.ebuild, numpy-1.0_rc1.ebuild:
The LDFLAGS situation is worse than I thought. Setting LDFLAGS at all
entirely overrides the linker flags within the build and breaks it. See
comp.lang.python thread 'Building things with setup.py' from 21 Sept. 2006.
22 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
-files/0.9.6-recognize-more-gfortran-versions.patch:
Remove unused patch.
21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
numpy-1.0_beta2.ebuild, numpy-1.0_rc1.ebuild:
It helps to inherit flag-o-matic.
*numpy-1.0_rc1 (21 Sep 2006)
21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+numpy-1.0_rc1.ebuild:
Bump.
21 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; numpy-0.9.8.ebuild,
numpy-1.0_beta2.ebuild:
LDFLAGS='-Wl,-O1' breaks the compile.
*numpy-1.0_beta2 (16 Aug 2006)
16 Aug 2006; Alastair Tse <liquidx@gentoo.org> +numpy-1.0_beta2.ebuild:
version bump (#143964). restricted test because it does not work in sandbox.
17 Jul 2006; Alastair Tse <liquidx@gentoo.org> -numpy-0.9.6.ebuild,
-numpy-0.9.6-r1.ebuild, numpy-0.9.8.ebuild:
Stable bump for x86. Block on !dev-python/f2py because numpy provides
this package. (#131833)
*numpy-0.9.8 (14 Jun 2006)
14 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; +numpy-0.9.8.ebuild:
Bump. Incorporates many changes from the science overlay, mainly from bicatali.
13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; metadata.xml:
Add sci herd as co-maintainer.
13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
numpy-0.9.6-r1.ebuild:
Keyword ~ppc.
13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
numpy-0.9.6-r1.ebuild:
Fix up weird dep syntax.
*numpy-0.9.6-r1 (13 Jun 2006)
13 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>;
+files/0.9.6-recognize-more-gfortran-versions.patch,
+numpy-0.9.6-r1.ebuild:
Patch to recognize Gentoo gfortran version strings.
01 Apr 2006; Olivier Fisette <ribosome@gentoo.org> -numpy-0.9.4.ebuild,
+numpy-0.9.6.ebuild:
Removed old version.
*numpy-0.9.6 (01 Apr 2006)
01 Apr 2006; Olivier Fisette <ribosome@gentoo.org> +numpy-0.9.6.ebuild:
New version. Thanks to bicatali and Sebastien Fabbro <seb@ist.utl.pt> for
their work.
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> numpy-0.9.4.ebuild:
Mark 0.9.4 ~ia64
*numpy-0.9.4 (07 Feb 2006)
07 Feb 2006; Alastair Tse <liquidx@gentoo.org> +numpy-0.9.4.ebuild:
initial ebuild thanks to Alok Singhal (#119305)
|