summaryrefslogtreecommitdiffstats
path: root/cluster/mpich2
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 17:32:24 -0500
committerJeremy Blosser2006-04-24 17:32:24 -0500
commite243bec03f51d4e24763c6139264f00b523b0e00 (patch)
tree5e87fcfc20be0214d73b3b4a43b7ba28e3e99d70 /cluster/mpich2
parent01e2097c0b87ff92343ee3fd06dfad3c3d11b528 (diff)
sync ./cluster/mpich2 from test
Diffstat (limited to 'cluster/mpich2')
-rwxr-xr-xcluster/mpich2/BUILD8
-rwxr-xr-xcluster/mpich2/DEPENDS2
-rwxr-xr-xcluster/mpich2/DETAILS5
-rw-r--r--cluster/mpich2/HISTORY8
-rw-r--r--cluster/mpich2/mpich2-1.0.3.tar.gz.sigbin0 -> 536 bytes
5 files changed, 14 insertions, 9 deletions
diff --git a/cluster/mpich2/BUILD b/cluster/mpich2/BUILD
index 93bff0a9c8..402e669c31 100755
--- a/cluster/mpich2/BUILD
+++ b/cluster/mpich2/BUILD
@@ -1,6 +1,2 @@
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc/mpich \
- --disable-f77 \
- --enable-g77 \
- $OPTS &&
-make
+OPTS="--sysconfdir=${INSTALL_ROOT}/etc/mpich $OPTS" &&
+default_build
diff --git a/cluster/mpich2/DEPENDS b/cluster/mpich2/DEPENDS
index 60d7ffe5cd..7ae25e5aa8 100755
--- a/cluster/mpich2/DEPENDS
+++ b/cluster/mpich2/DEPENDS
@@ -1,2 +1,2 @@
depends python &&
-depends g77
+depends fortran
diff --git a/cluster/mpich2/DETAILS b/cluster/mpich2/DETAILS
index c6fb9ea0b0..e360127c69 100755
--- a/cluster/mpich2/DETAILS
+++ b/cluster/mpich2/DETAILS
@@ -1,14 +1,15 @@
SPELL=mpich2
- VERSION=1.0.1
+ VERSION=1.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.mcs.anl.gov/pub/mpi/$SOURCE
- SOURCE_HASH=sha512:94fdeaaccda0be431336beeb0647f429cb61b546253f38e6df1fd71fa09840ffbb078262e717f232f0968e45f821b2ba3be3af16107b64cd711520cc0551fa8f
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
WEB_SITE=http://www-unix.mcs.anl.gov/mpi/${SPELL}
ENTERED=20031030
UPDATED=20031030
LICENSE[0]=http://www-unix.mcs.anl.gov/mpi/mpich2/license.htm
BUILD_API=2
+ KEYWORDS="cluster"
SHORT="Portable implementation of MPICH with MPI-2 extensions"
cat << EOF
MPI (Message Passing Interface) is a specification for a standard library for message passing that was defined by the MPI Forum, a broadly based group of parallel computer vendors, library writers, and applications specialists. MPICH is unique among existing implementations in its design goal of combining portability with high performance. Contains the MPI-2 extensions.
diff --git a/cluster/mpich2/HISTORY b/cluster/mpich2/HISTORY
index 4a6c2cdd4e..01eb676e12 100644
--- a/cluster/mpich2/HISTORY
+++ b/cluster/mpich2/HISTORY
@@ -1,3 +1,11 @@
+2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-03-04 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * DETAILS: updated to 1.0.3
+ * DEPENDS: changed g77 to fortran
+ * BUILD: use default_build
+
2005-11-29 Seth Woolley <seth@tautology.org>
* DETAILS: MD5 -> SHA512
diff --git a/cluster/mpich2/mpich2-1.0.3.tar.gz.sig b/cluster/mpich2/mpich2-1.0.3.tar.gz.sig
new file mode 100644
index 0000000000..ee7d6db610
--- /dev/null
+++ b/cluster/mpich2/mpich2-1.0.3.tar.gz.sig
Binary files differ