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
|
# ChangeLog for dev-python/mpi4py
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mpi4py/ChangeLog,v 1.18 2015/02/22 10:55:49 pacho Exp $
22 Feb 2015; Pacho Ramos <pacho@gentoo.org> mpi4py-1.3.1.ebuild:
amd64/x86 stable, bug #540494
11 Aug 2014; Christoph Junghans <ottxor@gentoo.org>
+files/mpi4py-1.3.1-ldshared.patch, mpi4py-1.3.1.ebuild:
fix usage of ldshared (bug #514288)
11 Aug 2014; Justin Lecher <jlec@gentoo.org> mpi4py-1.3.1.ebuild:
Add python3.4 support
21 Nov 2013; Justin Lecher <jlec@gentoo.org> -mpi4py-1.3.ebuild,
-mpi4py-1.3-r1.ebuild:
Drop old
21 Nov 2013; Justin Lecher <jlec@gentoo.org> mpi4py-1.3.1.ebuild,
+files/mpi4py-1.3.1-py3-test-backport-1.patch:
Backport test fix for py3.3, #487836
*mpi4py-1.3.1 (09 Nov 2013)
09 Nov 2013; Justin Lecher <jlec@gentoo.org> +mpi4py-1.3.1.ebuild,
metadata.xml:
Version BUmp
05 Sep 2013; Michał Górny <mgorny@gentoo.org> mpi4py-1.3-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
*mpi4py-1.3-r1 (26 Jul 2013)
26 Jul 2013; Ian Delaney <idella4@gentoo.org> +mpi4py-1.3-r1.ebuild:
migrate to distutils-r1, keep old for now considering changes needed
01 Jul 2013; Julian Ospald <hasufell@gentoo.org> mpi4py-1.3.ebuild:
fix sandbox issues similar to bug #462602
02 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -mpi4py-1.2.2.ebuild,
metadata.xml, mpi4py-1.3.ebuild:
Exclude tests when romio is not set on mpi. Remove sources of documentation.
Keyword amd64-linux, x86-linux
23 Feb 2012; Patrick Lauer <patrick@gentoo.org> mpi4py-1.2.2.ebuild,
mpi4py-1.3.ebuild:
Restricting python
20 Feb 2012; Patrick Lauer <patrick@gentoo.org> mpi4py-1.2.2.ebuild,
mpi4py-1.3.ebuild:
Restricting pypy #404949
*mpi4py-1.3 (20 Jan 2012)
20 Jan 2012; Kacper Kowalik <xarthisius@gentoo.org> +mpi4py-1.3.ebuild:
Version bump
*mpi4py-1.2.2 (22 Sep 2010)
22 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-mpi4py-1.2.ebuild, +mpi4py-1.2.2.ebuild:
Version bump.
*mpi4py-1.2.1 (05 Mar 2010)
05 Mar 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-mpi4py-1.1.0.ebuild, +mpi4py-1.2.1.ebuild:
Version bump.
*mpi4py-1.2 (29 Dec 2009)
29 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+mpi4py-1.2.ebuild:
Version bump.
29 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
mpi4py-1.1.0.ebuild:
Set SUPPORT_PYTHON_ABIS.
*mpi4py-1.1.0 (18 Aug 2009)
18 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org> +mpi4py-1.1.0.ebuild,
+metadata.xml:
Initial import. Closing bug #189376, thanks Marek and Ben Bannier for
their initial work
|