aboutsummaryrefslogtreecommitdiff
path: root/net/mpich
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-08-20 20:05:02 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-08-20 20:05:02 +0000
commit052383a26ed4a6c404511f67ca81e2d1809aeda0 (patch)
tree5b6c90f1bb599bb30aa86e2a240e4b899b1755d3 /net/mpich
parent63d342f76ac4f590472c9d8b0d48a01da76e58e5 (diff)
downloadports-052383a26ed4a6c404511f67ca81e2d1809aeda0.tar.gz
ports-052383a26ed4a6c404511f67ca81e2d1809aeda0.zip
- Upgrade to the latest MPICH-1;
- Change WWW and add a note about MPICH-2. PR: ports/100522 Approved by: maintainer time-out (one month)
Notes
Notes: svn path=/head/; revision=171059
Diffstat (limited to 'net/mpich')
-rw-r--r--net/mpich/Makefile13
-rw-r--r--net/mpich/distinfo15
-rw-r--r--net/mpich/pkg-descr5
-rw-r--r--net/mpich/pkg-plist1
4 files changed, 14 insertions, 20 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index be3cbadc95e5..ceae3a92cb69 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -6,18 +6,17 @@
#
PORTNAME= mpich
-PORTVERSION= 1.2.6
-PORTREVISION= 1
+DISTVERSION= 1.2.7p1
CATEGORIES= net parallel
MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
DIST_SUBDIR= mpich
-
-PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/
-PATCHFILES= 10039 10243 10246
+#PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/${PORTVERSION}/
+#PATCHFILES= 10039 10243 10246
MAINTAINER= dbader@ece.unm.edu
COMMENT= Message Passing Interface (MPI) Library
+USE_BZIP2= yes
CONFIGURE_ARGS= -prefix=${PREFIX}/mpich
OPTIONS= X11 "Enable MPE graphics" on \
@@ -163,7 +162,7 @@ MAN3= MPI_File_get_position.3 MPI_File_preallocate.3 \
MPI_File_get_position_shared.3 MPI_File_get_type_extent.3 \
MPI_File_read_at_all_end.3 MPI_File_seek_shared.3 MPI_File_set_view.3 \
MPI_File_write_ordered_begin.3 MPIO_Request_f2c.3 \
- MPI_File_write_at_all_begin.3
+ MPI_File_write_at_all_begin.3 MPI_Register_datarep.3
MAN4= CLOG_Init.4 CLOG_commtype.4 CLOG_cput.4 CLOG_csync.4 \
CLOG_get_new_event.4 CLOG_get_new_state.4 CLOG_init_buffers.4 \
CLOG_mergelogs.4 CLOG_mergend.4 CLOG_msgtype.4 CLOG_procbuf.4 MPE.4 \
@@ -205,7 +204,7 @@ post-install:
.endif
.if defined(MAINTAINER_MODE)
-test: build
+regression-test:
(cd ${WRKSRC}/examples/test ; \
${MAKE} testing)
.endif
diff --git a/net/mpich/distinfo b/net/mpich/distinfo
index 9a31905f46d6..f1f4564f176c 100644
--- a/net/mpich/distinfo
+++ b/net/mpich/distinfo
@@ -1,12 +1,3 @@
-MD5 (mpich/mpich-1.2.6.tar.gz) = dbf6ea0b5717bbf88851e5bd36aed644
-SHA256 (mpich/mpich-1.2.6.tar.gz) = ad82592411a771253734a92d86918f7ae8e6d02ab0f41c69e49bc0d5b2374599
-SIZE (mpich/mpich-1.2.6.tar.gz) = 15248688
-MD5 (mpich/10039) = 04309cd7e59974ca7dd41c9529309384
-SHA256 (mpich/10039) = d852b5a6e493f701aa55ae6e5bec3f2992b189085ea97fe1a9d5f039b26a395b
-SIZE (mpich/10039) = 913
-MD5 (mpich/10243) = 0cfe2279c645bfb2c7a32295169560a1
-SHA256 (mpich/10243) = 1c45602fc85aa0be342fe5185ace8041aac7e09cbd8e5f245e3738202ff205fe
-SIZE (mpich/10243) = 212
-MD5 (mpich/10246) = 0dab4539aba34898e1b36ef6bc99f9ed
-SHA256 (mpich/10246) = 98f3401032862b67ade18af9bc2ee6e7bdecec5f206bcaf2a71f34c5bb723e53
-SIZE (mpich/10246) = 471
+MD5 (mpich/mpich-1.2.7p1.tar.bz2) = 4fc0f20bddfbd5061a11047cf2d17d31
+SHA256 (mpich/mpich-1.2.7p1.tar.bz2) = d72fe815669c2fcd38f8eeefda16f6dea8c94bb0f7cb7e30fbd0a597d0eee061
+SIZE (mpich/mpich-1.2.7p1.tar.bz2) = 13786289
diff --git a/net/mpich/pkg-descr b/net/mpich/pkg-descr
index fac61bdd06fb..13d575f5de3c 100644
--- a/net/mpich/pkg-descr
+++ b/net/mpich/pkg-descr
@@ -5,4 +5,7 @@ interface should establish a practical, portable, efficient, and
flexible standard for message passing. Included are a full set of
documents and parallel programming examples.
-WWW: http://www.mcs.anl.gov/mpi/mpich/
+Note: with the exception of users requiring the communication of heterogeneous
+data, the authors strongly encourage everyone to consider switching to MPICH2.
+
+WWW: http://www.mcs.anl.gov/mpi/mpich1/
diff --git a/net/mpich/pkg-plist b/net/mpich/pkg-plist
index ba82ed95fcad..a58269efbb53 100644
--- a/net/mpich/pkg-plist
+++ b/net/mpich/pkg-plist
@@ -486,6 +486,7 @@ mpich/www/www3/MPI_Recv.html
mpich/www/www3/MPI_Recv_init.html
mpich/www/www3/MPI_Reduce.html
mpich/www/www3/MPI_Reduce_scatter.html
+mpich/www/www3/MPI_Register_datarep.html
mpich/www/www3/MPI_Request_c2f.html
mpich/www/www3/MPI_Request_free.html
mpich/www/www3/MPI_Rsend.html