diff options
author | steve <steve@FreeBSD.org> | 1999-10-11 07:16:02 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-10-11 07:16:02 +0800 |
commit | 0d8321b1a94bdb04150ee8eefed1eb9bb5a0dcc4 (patch) | |
tree | 58931ce69cd95f92679ea73371c92fbb6558f087 /net/mpich | |
parent | 0b9c71e65685c079b55f046cc7f2c2ddeed3e92f (diff) | |
download | freebsd-ports-gnome-0d8321b1a94bdb04150ee8eefed1eb9bb5a0dcc4.tar.gz freebsd-ports-gnome-0d8321b1a94bdb04150ee8eefed1eb9bb5a0dcc4.tar.zst freebsd-ports-gnome-0d8321b1a94bdb04150ee8eefed1eb9bb5a0dcc4.zip |
Add a few patches and move the distfiles to their own DIST_SUBDIR.
PR: 14232
Submitted by: maintainer
Diffstat (limited to 'net/mpich')
-rw-r--r-- | net/mpich/Makefile | 7 | ||||
-rw-r--r-- | net/mpich/distinfo | 7 | ||||
-rw-r--r-- | net/mpich/pkg-plist | 4 |
3 files changed, 15 insertions, 3 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile index e41d4fcaa959..ec4a17ed7b0b 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -10,9 +10,12 @@ DISTNAME= mpich-1.1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ +PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/1.1.2/ +PATCHFILES= 4152 4165 4169 4180 4224 + MAINTAINER= dbader@eece.unm.edu -.include <bsd.port.pre.mk> +DIST_SUBDIR= mpich HAS_CONFIGURE= yes CONFIGURE_ARGS= --cflags="$(CFLAGS)" -prefix=$(PREFIX)/mpich @@ -165,4 +168,4 @@ MAN4= CLOG_Finalize.4 CLOG_Init.4 CLOG_Output.4 \ MPE_Stop_log.4 MPE_TagsEnd.4 MPE_Update.4 INSTALL_TARGET= install -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/mpich/distinfo b/net/mpich/distinfo index faf9e1ad6b60..a966659fb901 100644 --- a/net/mpich/distinfo +++ b/net/mpich/distinfo @@ -1 +1,6 @@ -MD5 (mpich-1.1.2.tar.gz) = b7d8c36c5c9fdbe7ae84c4211c55201a +MD5 (mpich/mpich-1.1.2.tar.gz) = b7d8c36c5c9fdbe7ae84c4211c55201a +MD5 (mpich/4152) = c1c461592d7f95af566c029c78289a29 +MD5 (mpich/4165) = 1ea7d0f4a1ac6ebb69a3b1b40fbadeb0 +MD5 (mpich/4169) = a2a0fa41731d8e2aa4508466c3945fe4 +MD5 (mpich/4180) = 079920a71c102f49df3f104e8c01beb5 +MD5 (mpich/4224) = 56090011bb0ece2a88e05cf62f33bab8 diff --git a/net/mpich/pkg-plist b/net/mpich/pkg-plist index 339d6790ca6d..f9ad396ec335 100644 --- a/net/mpich/pkg-plist +++ b/net/mpich/pkg-plist @@ -10,6 +10,7 @@ mpich/MPI-2-C++/examples/topology.cc mpich/MPI-2-C++/examples/user_bcast.cc mpich/bin/config.status mpich/bin/execer +mpich/bin/jumpshot mpich/bin/mpereconfig mpich/bin/mpiCC mpich/bin/mpicc @@ -49,6 +50,7 @@ mpich/build/bitmaps/white mpich/build/freebsd/ch_p4/bin/chkserv mpich/build/freebsd/ch_p4/bin/chp4_servs mpich/build/freebsd/ch_p4/bin/config.status +mpich/build/freebsd/ch_p4/bin/jumpshot mpich/build/freebsd/ch_p4/bin/mpiCC mpich/build/freebsd/ch_p4/bin/mpicc mpich/build/freebsd/ch_p4/bin/mpif77 @@ -115,9 +117,11 @@ mpich/build/freebsd/ch_p4/include/mpidefs.h mpich/build/freebsd/ch_p4/include/mpif.h mpich/build/freebsd/ch_p4/include/mpio.h mpich/build/freebsd/ch_p4/include/mpiof.h +mpich/build/freebsd/ch_p4/lib/libampi.a mpich/build/freebsd/ch_p4/lib/libfmpich.a mpich/build/freebsd/ch_p4/lib/liblmpi.a mpich/build/freebsd/ch_p4/lib/libmpe.a +mpich/build/freebsd/ch_p4/lib/libmpe_nompi.a mpich/build/freebsd/ch_p4/lib/libmpich++.a mpich/build/freebsd/ch_p4/lib/libmpich.a mpich/build/freebsd/ch_p4/lib/libpmpich.a |