FreshPorts -- The Place For Ports Tue, 9 Feb 2010 8:04 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
mpich2 1.2.1,4 net on this many watch lists=3 search for ports that depend on this port
A portable implementation of MPI-1 and MPI-2

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 22 Jul 2006 09:35:42
Also Listed In: parallel


MPICH2 is 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

WWW: http://www.mcs.anl.gov/research/projects/mpich2/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: java/javavmwrapper, lang/python26, java/diablo-jdk16, devel/gmake, lang/gcc44, x11/libX11, x11-toolkits/libXt, lang/perl5.8, devel/pkg-config
Required To Run: java/javavmwrapper, lang/python26, java/diablo-jdk16, lang/gcc44, x11/libX11, x11-toolkits/libXt, devel/pkg-config
Required Libraries: devel/libexecinfo

To install the port: cd /usr/ports/net/mpich2/ && make install clean
To add the package: pkg_add -r mpich2


Configuration Options
     No options to configure

Master Sites:
http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.2.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mpich/
Port Moves
  • port moved here from net/mpich on 2009-01-23
    REASON: Broken and superseded by mpich2

Number of commits found: 46

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
01 Dec 2009 20:45:44
Original commit files touched by this commit  1.2.1,4
thierry search for other commits by this committer
Fix previous commit if NOPORTDOCS is defined.

Reported by:    QAT
30 Nov 2009 22:49:02
Original commit files touched by this commit  1.2.1,4
thierry search for other commits by this committer
Removing a .bak file.

Reported by:    pointyhat via pav
28 Nov 2009 10:44:43
Original commit files touched by this commit  1.2.1,4
thierry search for other commits by this committer
- 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
Original commit files touched by this commit  1.1.1.p1_1,4
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
13 Sep 2009 01:08:01
Original commit files touched by this commit  1.1.1.p1_1,4
gerald search for other commits by this committer
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
Original commit files touched by this commit  1.1.1.p1,4
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.1.1,3
thierry search for other commits by this committer
Mark BROKEN on 6-RELEASE.

Reported by:    pointyhat via Pav
22 Jul 2009 22:22:44
Original commit files touched by this commit  1.1.1,3
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.1,3
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.7_3,3
pav search for other commits by this committer
- Update download location, update WWW
04 Feb 2009 20:35:33
Original commit files touched by this commit  1.0.7_3,3
thierry search for other commits by this committer
Fix LIB_DEPENDS.
04 Feb 2009 18:41:08
Original commit files touched by this commit  1.0.7_3,3
thierry search for other commits by this committer
- 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
Original commit files touched by this commit  1.0.7_2,3
thierry search for other commits by this committer
Remove duplicate flags in CONFIGURE_ENV.

Spotted by:     gerald
07 Jan 2009 16:34:27
Original commit files touched by this commit  1.0.7_2,3
gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
24 Aug 2008 15:34:11
Original commit files touched by this commit  1.0.7_1,3
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.7_1,3
rafan search for other commits by this committer
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 View all of this commit message)
07 Jun 2008 22:20:58
Original commit files touched by this commit  1.0.7_1,3
thierry search for other commits by this committer
Fix version going backwards since the bump following USE_XLIB -> USE_XORG.

No functional change.

Reported by:    kris
06 Jun 2008 14:50:32
Original commit files touched by this commit  1.0.7_1,2
edwin search for other commits by this committer
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
Original commit files touched by this commit  1.0.7,2
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.7,2
thierry search for other commits by this committer
Upgrade to 1.0.7.

Notified by:    Pavan Balaji <balaji (at) mcs.anl.gov> (Argonne)
23 Mar 2008 11:11:33
Original commit files touched by this commit  1.0.6.p1_1,2
miwi search for other commits by this committer
- 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
Original commit files touched by this commit  1.0.6.p1,3
thierry search for other commits by this committer
Support compound flags and options for Fortran.

Submitted by:   bf <bf2006a (at) yahoo.com>
11 Dec 2007 21:09:42
Original commit files touched by this commit  1.0.6.p1,3
thierry search for other commits by this committer
- 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
Original commit files touched by this commit  1.0.6,2
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.5p4_2,2
thierry search for other commits by this committer
Bump portrevision: MPICH2 is OK with Python 2.5, but it must be
rebuilt.
12 Jul 2007 09:46:45
Original commit files touched by this commit  1.0.5p4_1,2
maho search for other commits by this committer
Now we use USE_FORTRAN=yes to use FORTRAN compiler.

Approved by:    thierry
19 May 2007 21:32:57
Original commit files touched by this commit  1.0.5p4_1,2
flz search for other commits by this committer
- 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
Original commit files touched by this commit  1.0.5p4,2
thierry search for other commits by this committer
The tarball has been re-rolled, but there is no visible difference.

Reported by:    pointyhat via Kris
30 Mar 2007 23:42:08
Original commit files touched by this commit  1.0.5p4,2
thierry search for other commits by this committer
Upgrade to 1.0.5p4.
20 Mar 2007 00:58:48
Original commit files touched by this commit  1.0.5p3_1,2
maho search for other commits by this committer
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
Original commit files touched by this commit  1.0.5p3_1,2
maho search for other commits by this committer
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
Original commit files touched by this commit  1.0.5p3,2
thierry search for other commits by this committer
Update to 1.0.5p3.
03 Feb 2007 12:51:46
Original commit files touched by this commit  1.0.5p2,2
thierry search for other commits by this committer
Update to 1.0.5p2.
12 Jan 2007 05:21:26
Original commit files touched by this commit  1.0.5p1_1,2
maho search for other commits by this committer
Only use of gfortran42. not gcc42. this breaks a lot of programs...

Approved by:    portmgr (kris)
10 Jan 2007 23:42:54
Original commit files touched by this commit  1.0.5p1,2
maho search for other commits by this committer
* Update to 1.0.5p1
* Migrate to gfortran42.

Approved by:    thierry (maintainer)
19 Dec 2006 20:08:10
Original commit files touched by this commit  1.0.5,1
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.4.p1_1,1
thierry search for other commits by this committer
Re-enable the Fortran 90 module: fixed with gcc-withfortran-4.1.2_20061208.
02 Dec 2006 12:57:59
Original commit files touched by this commit  1.0.4.p1_1,1
thierry search for other commits by this committer
Disable Fortran 90 module while gfortran is broken.
30 Nov 2006 23:32:56
Original commit files touched by this commit  1.0.4.p1_1,1
kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
25 Sep 2006 20:43:30
Original commit files touched by this commit  1.0.4.p1_1,1
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.4.p1,1
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.4.p1,1
thierry search for other commits by this committer
There is no JDK package on -Current.

Reminded by:    Kris
20 Aug 2006 21:05:33
Original commit files touched by this commit  1.0.4.p1,1
thierry search for other commits by this committer
Upgrade to 1.0.4p1.
08 Aug 2006 16:56:40
Original commit files touched by this commit  1.0.4
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.4
thierry search for other commits by this committer
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
Original commit files touched by this commit  1.0.3
thierry search for other commits by this committer
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

Number of commits found: 46

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21261
Broken 171
Deprecated 36
Ignore 905
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 6
new 48 hours8
new 7 days28
new fortnight87
new month197

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.249 seconds.