| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
01 Dec 2009 20:45:44
1.2.1,4
|
thierry  |
Fix previous commit if NOPORTDOCS is defined.
Reported by: QAT |
30 Nov 2009 22:49:02
1.2.1,4
|
thierry  |
Removing a .bak file.
Reported by: pointyhat via pav |
28 Nov 2009 10:44:43
1.2.1,4
|
thierry  |
- Upgrade to 1.2.1
Changelog at
<https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.2.1/CHANGES>
- Don't set PREFIX anymore to $PREFIX/mpich2. |
18 Nov 2009 22:39:55
1.1.1.p1_1,4
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
13 Sep 2009 01:08:01
1.1.1.p1_1,4
|
gerald  |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
07 Aug 2009 22:57:26
1.1.1.p1,4
|
thierry  |
Upgrade to 1.1.1p1.
Changelog at
<https://trac.mcs.anl.gov/projects/mpich2/browser/mpich2/branches/release/mpich2-1.1.1/CHANGES?rev=5141> |
27 Jul 2009 15:31:00
1.1.1,3
|
thierry  |
Mark BROKEN on 6-RELEASE.
Reported by: pointyhat via Pav |
22 Jul 2009 22:22:44
1.1.1,3
|
thierry  |
Upgrade to 1.1.1.
Changelog at
<https://svn.mcs.anl.gov/repos/mpi/mpich2/tags/release/mpich2-1.1.1/CHANGES> |
27 Jun 2009 18:00:22
1.1,3
|
thierry  |
Upgrade to 1.1.
Announcement at
<http://www.mcs.anl.gov/research/projects/mpich2/about/index.php?s=news>
Notified by: Pavan Balaji <balaji (at) mcs.anl.gov> |
09 Feb 2009 20:47:34
1.0.7_3,3
|
pav  |
- Update download location, update WWW |
04 Feb 2009 20:35:33
1.0.7_3,3
|
thierry  |
Fix LIB_DEPENDS. |
04 Feb 2009 18:41:08
1.0.7_3,3
|
thierry  |
- Bump PORTREVISION to chase the compiler change, in order to avoid the
message:
/usr/local/mpich2/include/mpicxx.h:46:4: error: #error 'Please use the
same version of GCC for compiling MPICH2 and user MPI programs'
- use execinfo. |
21 Jan 2009 10:33:10
1.0.7_2,3
|
thierry  |
Remove duplicate flags in CONFIGURE_ENV.
Spotted by: gerald |
07 Jan 2009 16:34:27
1.0.7_2,3
|
gerald  |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
24 Aug 2008 15:34:11
1.0.7_1,3
|
thierry  |
1 - add a missing USE_XORG;
2 - fix plist;
3 - release maintainership.
Reported by: pointyhat via erwin (1) + QAT (2) |
21 Aug 2008 07:18:49
1.0.7_1,3
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
07 Jun 2008 22:20:58
1.0.7_1,3
|
thierry  |
Fix version going backwards since the bump following USE_XLIB -> USE_XORG.
No functional change.
Reported by: kris |
06 Jun 2008 14:50:32
1.0.7_1,2
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
25 May 2008 22:49:02
1.0.7,2
|
thierry  |
This version tries to install docs even when --without-docdir is passed
to configure; fix it.
Reported by: itetcu |
08 Apr 2008 20:02:13
1.0.7,2
|
thierry  |
Upgrade to 1.0.7.
Notified by: Pavan Balaji <balaji (at) mcs.anl.gov> (Argonne) |
23 Mar 2008 11:11:33
1.0.6.p1_1,2
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
13 Dec 2007 21:14:28
1.0.6.p1,3
|
thierry  |
Support compound flags and options for Fortran.
Submitted by: bf <bf2006a (at) yahoo.com> |
11 Dec 2007 21:09:42
1.0.6.p1,3
|
thierry  |
- Upgrade to 1.0.6p1;
Changelog at <http://www-unix.mcs.anl.gov/mpi/mpich/106p1.txt>
- Fix pkgconfig. |
22 Sep 2007 08:21:12
1.0.6,2
|
thierry  |
Upgrade to 1.0.6.
Changelog at
<http://www-unix.mcs.anl.gov/mpi/mpich/downloads/mpich2-doc-CHANGES.txt> |
05 Aug 2007 20:06:35
1.0.5p4_2,2
|
thierry  |
Bump portrevision: MPICH2 is OK with Python 2.5, but it must be
rebuilt. |
12 Jul 2007 09:46:45
1.0.5p4_1,2
|
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: thierry |
19 May 2007 21:32:57
1.0.5p4_1,2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
22 Apr 2007 23:15:17
1.0.5p4,2
|
thierry  |
The tarball has been re-rolled, but there is no visible difference.
Reported by: pointyhat via Kris |
30 Mar 2007 23:42:08
1.0.5p4,2
|
thierry  |
Upgrade to 1.0.5p4. |
20 Mar 2007 00:58:48
1.0.5p3_1,2
|
maho  |
Fix objformat removal on -curent.
(BTW: patching to the m4 macros is not necessary, but just FYI)
Submitted by: kris via pointyhat.
Approved by: thierry |
09 Mar 2007 00:33:51
1.0.5p3_1,2
|
maho  |
1. Build and install shared library.
2. configure should recognize pthread stuffs.
Submitted by: maho
Approved and improved by: thierry |
16 Feb 2007 21:59:38
1.0.5p3,2
|
thierry  |
Update to 1.0.5p3. |
03 Feb 2007 12:51:46
1.0.5p2,2
|
thierry  |
Update to 1.0.5p2. |
12 Jan 2007 05:21:26
1.0.5p1_1,2
|
maho  |
Only use of gfortran42. not gcc42. this breaks a lot of programs...
Approved by: portmgr (kris) |
10 Jan 2007 23:42:54
1.0.5p1,2
|
maho  |
* Update to 1.0.5p1
* Migrate to gfortran42.
Approved by: thierry (maintainer) |
19 Dec 2006 20:08:10
1.0.5,1
|
thierry  |
Upgrade to 1.0.5.
Changelog at
<http://www-unix.mcs.anl.gov/mpi/mpich/downloads/mpich2-doc-CHANGES.txt>. |
10 Dec 2006 23:22:57
1.0.4.p1_1,1
|
thierry  |
Re-enable the Fortran 90 module: fixed with gcc-withfortran-4.1.2_20061208. |
02 Dec 2006 12:57:59
1.0.4.p1_1,1
|
thierry  |
Disable Fortran 90 module while gfortran is broken. |
30 Nov 2006 23:32:56
1.0.4.p1_1,1
|
kris  |
BROKEN: Incorrect pkg-plist |
25 Sep 2006 20:43:30
1.0.4.p1_1,1
|
thierry  |
Add a knob WITH_SMPD, to enable SMPD instead of MPD, to work with SMPD under
Microsoft Windows.
Submitted by: Intron <mag (at) intron.ac> |
17 Sep 2006 09:44:00
1.0.4.p1,1
|
thierry  |
Fix build on amd64: work-around against a make strange behaviour
=> use gmake.
Reported by: Andrzej Tobola <ato (at) iem.pw.edu.pl>,
Jaroslaw Gruca <grucaj (at) amper.iem.pw.edu.pl> |
06 Sep 2006 22:14:00
1.0.4.p1,1
|
thierry  |
There is no JDK package on -Current.
Reminded by: Kris |
20 Aug 2006 21:05:33
1.0.4.p1,1
|
thierry  |
Upgrade to 1.0.4p1. |
08 Aug 2006 16:56:40
1.0.4
|
thierry  |
Try to fix on 4.x.
Since I'm there, switch to USE_LDCONFIG.
Reported by: pointyhat via Kris |
04 Aug 2006 16:02:06
1.0.4
|
thierry  |
Upgrade to 1.0.4.
Changelog at
<http://www-unix.mcs.anl.gov/mpi/mpich/downloads/mpich2-doc-CHANGES.txt>. |
22 Jul 2006 09:35:22
1.0.3
|
thierry  |
Add MPICH-2, an implementation of the Message-Passing Interface (MPI).
The goals of MPICH2 are to provide an MPI implementation for important
platforms, including clusters, SMPs, and massively parallel processors.
It also provides a vehicle for MPI implementation research and for
developing new and better parallel programming environments.
MPICH2 replaces MPICH1 and should be used instead of MPICH1 except for
the case of clusters with heterogeneous data representations.
Note: some regression tests fail with Fortran 90, but the problem has
been solved in 1.0.4-rc1, and 1.0.4 should be available RSN.
Repocopied by: marcus |