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
|
# ChangeLog for sci-libs/arpack
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/arpack/ChangeLog,v 1.25 2011/03/07 17:59:59 bicatali Exp $
*arpack-96-r3 (07 Mar 2011)
07 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org> +arpack-96-r3.ebuild:
Fixed MPI for openmpi (bug #354993, thanks Yang Zhang. Added a patch to fix
occasional crashes taken from octave/debian.
24 Jan 2011; Sébastien Fabbro <bicatali@gentoo.org> arpack-96-r2.ebuild:
Added missing lapack dependency, fixed some as-needed requirements for
parpack in the patch, fixed a test. Also should fix bug #352602 and bug
#345713
09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> arpack-96-r2.ebuild:
ppc64 stable wrt #318649
13 Jun 2010; Raúl Porcel <armin76@gentoo.org> arpack-96-r2.ebuild:
alpha/sparc stable wrt #318649
24 May 2010; <nixnut@gentoo.org> arpack-96-r2.ebuild:
ppc stable #318649
13 May 2010; Jeroen Roovers <jer@gentoo.org> arpack-96-r2.ebuild:
Stable for HPPA (bug #318649).
07 Mar 2010; Justin Lecher (jlec) <jlec@gentoo.org> arpack-96-r2.ebuild:
keyworded for *-linux, tested by me
03 Feb 2010; Markos Chandras <hwoarang@gentoo.org> arpack-96-r2.ebuild:
Stable on amd64 wrt bug #302512
03 Feb 2010; Christian Faulhammer <fauli@gentoo.org> arpack-96-r2.ebuild:
stable x86, bug 302512
14 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> arpack-96-r2.ebuild:
License changed to BSD, bug #300871
12 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> arpack-96-r2.ebuild:
Removed fortran eclass, updated web page
27 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> arpack-96-r2.ebuild:
Keywording for ppc, bug 277805
25 Sep 2009; Brent Baude <ranger@gentoo.org> arpack-96-r2.ebuild:
Marking arpack-96-r2 ~ppc64 for bug 277805
26 Aug 2009; Tobias Klausmann <klausman@gentoo.org> arpack-96-r2.ebuild:
Keyworded on alpha, bug #277805
01 Aug 2009; Jeroen Roovers <jer@gentoo.org> arpack-96-r2.ebuild:
Marked ~hppa (bug #277805).
14 Jul 2009; Ferris McCormick <fmccor@gentoo.org> arpack-96-r2.ebuild:
Keyword for ~sparc --- Bug #277805 --- tests success.
29 Jun 2008; Torsten Veller <tove@gentoo.org> arpack-96-r2.ebuild:
Add missing die: || "..." -> || die "..."
29 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> arpack-96-r2.ebuild:
Changed sed separator to : for robust path string substitution (BLAS_LIBS)
24 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> Manifest:
Fixed autotools patch to have it work with as-needed
04 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org>
-files/arpack-96-gcc-4.2.patch, -files/arpack-arscnd.patch,
-files/arpack-autotools.patch, metadata.xml, -arpack-96-r1.ebuild,
arpack-96-r2.ebuild:
mpi fixes: symbol duplication routines, tests and the no-optimization for
some lapack routines. Moved patches to the mirrors, and removed old revision
04 Dec 2007; Sébastien Fabbro <bicatali@gentoo.org>
files/arpack-arscnd.patch, files/arpack-autotools.patch:
Fixed patch to avoid optiimization on {s,d}lamch.f and {s,d}laruv.f of the
internal lapack, which caused hanging on x86 (bug #197801).
*arpack-96-r2 (02 Nov 2007)
02 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org>
+files/arpack-arscnd.patch, +arpack-96-r2.ebuild:
Added a patch fixing proper symbol duplication with lapack, thanks to
Radice David <david.e.pi.3.14@gmail.com> (bug #197796) and added blas
pkg-config support.
*arpack-96-r1 (26 Sep 2007)
26 Sep 2007; Sébastien Fabbro <bicatali@gentoo.org>
files/arpack-autotools.patch, -arpack-96.ebuild, +arpack-96-r1.ebuild:
Now compiles with local lapack as system lapack do not go along well (Thanks
Michael Krause for the report). New autotools patch, lots of cleanup and a
working mpi. Also fixed LICENSE as RiceBSD.
26 Sep 2007; Markus Dittrich <markusle@gentoo.org>
+files/arpack-96-gcc-4.2.patch, arpack-96.ebuild:
Removed obsolete ETIME to comply with gcc-4.2 (see bug #193822).
Thanks much to Guillaume Horel <ghorel@stanford.edu> for his
patch.
*arpack-96 (22 Mar 2007)
22 Mar 2007; Sébastien Fabbro <bicatali@gentoo.org>
+files/arpack-autotools.patch, +metadata.xml, +arpack-96.ebuild:
Initial import, closing bug #69241. Thanks David Grant
<david.grant@telus.net> for the initial ebuild.
|