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
|
# 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.22 2007/04/05 10:32:11 bicatali Exp $
*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)
|