summaryrefslogtreecommitdiff
blob: 57f5bcdeb57a3b70e7e88a04b27320c63ac64294 (plain)
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
# ChangeLog for sys-cluster/mpich2
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.40 2009/09/15 03:30:45 nerdboy Exp $

*mpich2-1.0.8-r1 (15 Sep 2009)

  15 Sep 2009; Steve Arnold <nerdboy@gentoo.org> -mpich2-1.0.8.ebuild,
  +mpich2-1.0.8-r1.ebuild, +files/mpich2-1.0.8-no-pvfs2.patch:
  Added back required patches needed for proper shared lib building.
  (otherwise things like HDF5 barf with unresolved symbols)

  05 Jul 2009; Markus Meier <maekke@gentoo.org> mpich2-1.0.8.ebuild:
  amd64 stable, bug #266409

  13 Jun 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild,
  +files/mpich2-1.0.8-py26.patch:
  Patch mpd to detect python2.6, #269856

  02 May 2009; Raúl Porcel <armin76@gentoo.org> mpich2-1.0.8.ebuild:
  x86 stable wrt #266409

  18 Apr 2009; nixnut <nixnut@gentoo.org> mpich2-1.0.8.ebuild:
  ppc stable #266409

  02 Apr 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild:
  Quick fix for 259805, symlink mpdgdbdrv.py to /usr/bin/

  12 Feb 2009; Justin Bronder <jsbronder@gentoo.org>
  +files/mpich2-1.0.8-pkgconfig.patch, mpich2-1.0.8.ebuild:
  Fix the mpich2 pkgconfig file, #257921. Mark patchses to be sent upstream.

  21 Jan 2009; Justin Bronder <jsbronder@gentoo.org> mpich2-1.0.8.ebuild:
  sys-cluster/mpich-1.0.8 bugfixes, no revbump. Fix some doc file locations
  (#255748). Fix sandbox errors (254167).

*mpich2-1.0.8 (18 Jan 2009)

  18 Jan 2009; Justin Bronder <jsbronder@gentoo.org>
  +files/mpich2-1.0.8-gforker-install-alt-fix.patch,
  +files/mpich2-1.0.8-mpdconf-env.patch,
  +files/mpich2-1.0.8-site-packages-py.patch, +files/mpich2.envd,
  metadata.xml, +mpich2-1.0.8.ebuild:
  Bump mpich2-1.0.8. Fixes #221193, #221635, #242180 as well as some other
  cleanup. Also removed mpe2 from this ebuild so it can also be used with
  openmpi, see the science overlay for now. Taking over as maintainer after
  talking to kanaka.

  03 Sep 2008; Christian Faulhammer <opfer@gentoo.org> mpich2-1.0.3.ebuild,
  mpich2-1.0.3-r1.ebuild, mpich2-1.0.6.ebuild:
  replace virtual/tetex with virtual/latex-base and remove unnecessary
  COPYRIGHT file installation

  28 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml:
  Update metadata.xml to include USE flag descriptions. Entries taken from
  profiles/use.local.desc

  29 May 2008; Ali Polatel <hawking@gentoo.org> mpich2-1.0.3-r1.ebuild,
  mpich2-1.0.6.ebuild:
  python_mod_{cleanup,optimize} are ROOT aware. Remove redundant
  python_version from pkg_*

  09 May 2008; Markus Dittrich <markusle@gentoo.org>
  files/mpich2-1.0.6-fPIC.patch:
  Fixed broken patch (bug #220877).

  22 Mar 2008; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.3.ebuild:
  fixed QA issues in oldest versions (mostly string quoting)

  15 Mar 2008; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.6.ebuild:
  autotools QA fix

  31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
  -files/mpich2-1.0.5_p4-make.patch, -files/mpich2-1.0.5_p4-soname.patch,
  -mpich2-1.0.5_p4.ebuild:
  Clean up.

  24 Dec 2007; Steve Arnold <nerdboy@gentoo.org>
  +files/mpich2-1.0.6-no-pvfs2.patch, mpich2-1.0.6.ebuild:
  Made libaio and basic romio support the standard config (removed romio USE
  flag).  It still won't quite build the shared libs correctly if pvfs2 is
  installed but not enabled for the mpich2 build.  The pvfs2 package must
  be removed if building mpich2 without pvfs2 support, otherwise the shared
  libraries will have a missing symbol from the detected PVFS2/AIO config.
  The libaio and basic romio support are required for the standard build
  (which is just unix filesystem and NFS client support) and pvfs2 support
  is completely optional.  Everything now appears to build correctly as far 
  as shared libs, both with and without pvfs2 support, the mpe and mpe-sdk 
  stuff, etc.  Test away...

  12 Dec 2007; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.6.ebuild:
  fixed string quoting issue in bug 201182, although I can't reproduce
  bug #201977 at the moment...

*mpich2-1.0.6 (03 Dec 2007)

  03 Dec 2007; Steve Arnold <nerdboy@gentoo.org>
  +files/mpich2-1.0.6-cxx.patch, +files/mpich2-1.0.6-fPIC.patch,
  +files/mpich2-1.0.6-makefile.patch, +files/mpich2-1.0.6-shlib.patch,
  mpich2-1.0.5_p4.ebuild, +mpich2-1.0.6.ebuild:
  Updated to latest upstream release with pvfs2 support and shared lib fixes;
  this version actually has proper shared libraries and support for pvfs2, so
  feel free to test and report any problems.  Tested successfully with hdf5-
  parallel (but needs real cluster testing).

  10 Jul 2007; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.5_p4.ebuild:
  fixed a leftover development hack alertly noticed by Mr_Bones

*mpich2-1.0.5_p4 (09 Jul 2007)

  09 Jul 2007; Steve Arnold <nerdboy@gentoo.org>
  +files/mpich2-1.0.5_p4-make.patch, +files/mpich2-1.0.5_p4-soname.patch,
  +mpich2-1.0.5_p4.ebuild:
  Updated to current version with major ebuild enhancements (it even builds
  with all USE flags now :)

  Note: the mpe-sdk flag requires a JDK and libX11, so it's really intended
  for a development workstation or at least a machine with an X desktop. The
  JDK parts of the ebuild could probably be improved, and it doesn't currently
  rebuild the jar files.  The docs handling is also hackish, but should Do The
  Right Thing (TM).  I'm pretty sure the upstream *.so config is whacked, and
  the current patch is about the best I can do right now.  Please enhance it.

  Test away...

  26 Apr 2007; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
  Update for cluster herd split to hp-cluster and ha-cluster.

  06 Dec 2006; Donnie Berkholz <dberkholz@gentoo.org>; mpich2-1.0.3.ebuild,
  mpich2-1.0.3-r1.ebuild:
  Stop PROVIDEing mpi virtual, we're on a new-style virtual now.

  06 Dec 2006; Donnie Berkholz <dberkholz@gentoo.org>; mpich2-1.0.3.ebuild,
  mpich2-1.0.3-r1.ebuild:
  Block all MPI providers.

  06 Dec 2006; Donnie Berkholz <dberkholz@gentoo.org>; mpich2-1.0.3.ebuild,
  mpich2-1.0.3-r1.ebuild:
  Switch deps around so DEPEND is set to RDEPEND. This way, one could specify
  things that are only in DEPEND more easily, such as perl or coreutils. But I
  can't verify those now, so I'll leave it to someone else.

  06 Dec 2006; Donnie Berkholz <dberkholz@gentoo.org>;
  -mpich2-1.0.2_p1.ebuild:
  Clean up.

  26 Sep 2006; Jason Wever <weeve@gentoo.org> mpich2-1.0.3.ebuild:
  Stable on SPARC wrt bug #133999.

  24 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; mpich2-1.0.3.ebuild,
  mpich2-1.0.3-r1.ebuild:
  (#148719) Use WANT_AUTOCONF instead of need-autoconf() from
  kde-functions.eclass.

  28 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>;
  mpich2-1.0.2_p1.ebuild, mpich2-1.0.3.ebuild, mpich2-1.0.3-r1.ebuild:
  (#145367) Block media-sound/mpd and media-sound/mpd-svn, they also use
  mpd.conf and install /usr/bin/mpd.

  13 Jul 2006; Aron Griffis <agriffis@gentoo.org> mpich2-1.0.3-r1.ebuild:
  Mark 1.0.3-r1 ~ia64. #133999

  12 Jul 2006; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.3.ebuild:
  Backported patches and install fixes to 1.0.3, but no other changes,
  since something rather subtle broke the hdf5 configure against 1.0.3-r1
  (but 1.0.3 relies heavily on configure detection for things like fortran
  support and doesn't yet have a test section).  Also added thread support.

  12 Jul 2006; Steve Arnold <nerdboy@gentoo.org>
  files/mpich2-1.0.3-soname.patch, mpich2-1.0.3-r1.ebuild:
  Finally killed the soname bug, added some additional configure options,
  and made libaio a dependency for romio support (also fixed libaio).

  28 Jun 2006; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.3-r1.ebuild:
  reverted to original (and standard) library location

*mpich2-1.0.3-r1 (26 Jun 2006)

  26 Jun 2006; Steve Arnold <nerdboy@gentoo.org>
  +files/mpich2-1.0.3-make-test.patch,
  +files/mpich2-1.0.3-mpe-install.patch, +files/mpd.conf,
  +mpich2-1.0.3-r1.ebuild:
  Added explicit fortran and mpe-sdk support, test section, although
  tests still have a build issue with portage (only manual builds are
  currently working).  Feel free to add magic...

  25 Jun 2006; Markus Rothe <corsair@gentoo.org> mpich2-1.0.3.ebuild:
  Stable on ppc64; bug #133999

  17 Jun 2006; Jason Wever <weeve@gentoo.org> mpich2-1.0.3.ebuild:
  Added ~sparc keyword wrt bug #133999.

  25 May 2006; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.3.ebuild:
  Early stable bump for gdal (required).

  21 May 2006; Steve Arnold <nerdboy@gentoo.org> mpich2-1.0.3.ebuild:
  Keyworded and tested on ppc, and as the older mpich was previously
  keyworded for both ppc and ppc64, I added them both back in.

*mpich2-1.0.3 (21 May 2006)

  21 May 2006; Steve Arnold <nerdboy@gentoo.org>
  +files/mpich2-1.0.3-make.patch, +files/mpich2-1.0.3-soname.patch,
  +mpich2-1.0.3.ebuild:
  Updated to new version (bug 125754) with patches; needed some help to
  create shared libs properly, along with some DESTDIR fixes (required for
  HDF5 dep, as virtual/mpi was barfing).

*mpich2-1.0.2_p1 (27 Dec 2005)

  27 Dec 2005; Joel Martin <kanaka@gentoo.org> +metadata.xml,
  +mpich2-1.0.2_p1.ebuild:
  Create mpich2 ebuild for version 1.0.2-p1