summaryrefslogtreecommitdiff
path: root/net/mpich (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-10-13Remove some files that are built only if certain things (ie. Java) areSteve Price1-4/+0
present on the user's box at compile-time until I figure out how to disable (handle) them. Noticed by: asami (via the bento logs) Notes: svn path=/head/; revision=22394
1999-10-10Add a few patches and move the distfiles to their own DIST_SUBDIR.Steve Price3-3/+15
PR: 14232 Submitted by: maintainer Notes: svn path=/head/; revision=22320
1999-08-30$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21126
1999-04-11Remove a few files from the PLIST which aren't actually installed.Justin M. Seger1-4/+0
PR: ports/11075 Submitted by: mharo Notes: svn path=/head/; revision=17795
1999-02-15Update net/mpich to version 1.1.2. The examples/test directory nowChuck Robey5-282/+159
compiiles and runs, too! PR: 8364 and 10076 Submitted by: David Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=16728
1999-01-28Remove two files that don't exist.Satoshi Asami1-2/+0
Submitted by: maintainer Notes: svn path=/head/; revision=16401
1999-01-11Fix build, add new patches, and cleanup PLIST.Steve Price2-5/+76
PR: 9219 Submitted by: maintainer Notes: svn path=/head/; revision=15994
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1-3/+4
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.) Notes: svn path=/head/; revision=14465
1998-10-19Addition of 3 patches makes this compile for ELF. Don't take offChuck Robey1-0/+134
the BROKEN yet, I haven't yet had time to review the PLIST. It might well have changed due to the addition of patch-a[bc]. patch-ad made it respect statfs better for 3.0. PR: 8364 Submitted by: David A. Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=14066
1998-10-13Fix typo in last commitJustin M. Seger1-2/+2
Notes: svn path=/head/; revision=13958
1998-10-13Mark BROKEN for CURRENT:Justin M. Seger1-1/+6
/usr/ports/net/mpich/work/mpich/bin/mpicc -O -pipe -D__FREEBSD -O -D__NO_AIO -DFORTRANDOUBLEUNDERSCORE -D__NFS -D__UFS -D__NEEDS_MPI_TEST -D__MPICH -D__HAVE_MPI_LONG_LONG_INT=1 -D__HAS_MPI_INFO=1 -D__HAS_MPI_DARRAY_SUBARRAY=1 -I/usr/ports/net/mpich/work/mpich/include -I../../include -I../include -c ad_fstype.c ad_fstype.c: In function `ADIO_FileSysType': ad_fstype.c:94: `MOUNT_NFS' undeclared (first use this function) ad_fstype.c:94: (Each undeclared identifier is reported only once ad_fstype.c:94: for each function it appears in.) *** Error code 1 Notes: svn path=/head/; revision=13957
1998-08-18This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1-388/+0
Notes: svn path=/head/; revision=12624
1998-07-27Update to version 1.1.1.Steve Price4-233/+312
PR: 7360 Submitted by: maintainer Notes: svn path=/head/; revision=12147
1998-05-15Make this more aware of CFLAGS.Chuck Robey1-1/+2
Notes: svn path=/head/; revision=10989
1998-05-03New port of mpich, a portable implementation of the message passingChuck Robey5-0/+609
interface (MPI) standard. PR: 4133 Submitted by: David A. Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=10813