summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-7/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-1/+3
testing it.
2004-02-12add buildlink{2,3}.mkrecht2-0/+55
needed for py-Scientific to build
2003-12-03Update mpi-ch to 1.2.5.2, released on September 11th, 2003.jschauma10-29/+141
An extensive list of changes since the last release is available online at http://www-unix.mcs.anl.gov/mpi/mpich/r1_2_5changes.html (It's difficult to destill the important changes from that file, which is why I'm not pasting the entire collection in here.)
2003-12-02Disable weak symbols for gcc>3*. While weak symbols do work onwennmach1-7/+15
NetBSD-current, the way mpi-ch test for them and implements them (using the #pragma weak directive) is currently broken. Fixes PR pkg/23267 by Kouichirou Hiratsuka.
2003-11-27o fix syntax error in src/fortran/configurewennmach4-3/+80
o avoid removing non-existent files, resulting in "rm: usage:" errors
2003-11-26Correct the way the endianness is determined.wennmach3-5/+6
(How could this actually ever have worked ???)
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-27Update to latest version 1.2.5-1a (pkgversion 1.2.5.1.1)jschauma11-239/+1534
From the packages README: Version 1.2.5 is primarily a bug-fix release. New features include Significantly better collective algorithms are available. Major changes for the globus2 device and the ch_nt device. Information on previous versions -------------------------------- Features new or improved in Version 1.2.4 included: SMP support has been inproved through the use of sched_yield. SMP Systems that are not oversubscribed can consider configuring with --disable-yeild. A number of bugs in the ch_p4, ch_p4mpd, and ch_shmem device hae been fixed. These could cause programs to hang or generate error messages. Features new or improved in Version 1.2.3 included: Bug fixes and improved-portability, particularly in the area of Linux and Mac OS X support. Other new features include better support for Intel compilers, particularly for IA64 Linux, better support for various Fortran compilers, and some fixes for rare race conditions in the ch_p4 device. The documentation on the ch_p4mpd device and the MPD system has been improved. Version 1.2.3 also includes all of the source for both the Unix and Windows versions. Windows users should still use the self-installing version available through the web page. The globus device now supports version 2 of Globus. Features new or improved in Version 1.2.2 included: There are a number of improvements to the ch_p4 device that improve both performance and reliability, particularly on Linux platforms. Significant upgrades have been made to the MPD system of daemons that provide fast startup of MPICH jobs, management of stdio, and a crude parallel debugger based on gdb.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-4/+4
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-10Move cpp-like Makefile (.if exists()) statement after the inclusion ofwennmach1-4/+5
bsd.pkg.mk. Thanks to Alistair Crooks for this fix (and for enlightening me).
2001-04-09replace work with ${WRKDIR}wiz1-3/+3
2001-04-05Fix PLIST (leftover files discovered in Hubert Feyrers bulk build).wennmach3-2/+28
Add PLIST.java (contains additional installed files if a javac is present during build). Modify Makefile to take the possible presence of a Java compiler into account.
2001-04-02Remove unnecessary whitespace.wiz2-5/+4
2001-03-21Update mpich to 1.2.1.wennmach24-1006/+800
Besides bug fixes, 1.2.1 features full support of the MPI-1.2 standard as well as some support for the new MPI-2 standard. Closes PR 7486.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 sois1-2/+2
that installation of the right version can be verified.
2000-10-21remove trailing whitespacewiz1-2/+2
2000-10-10Only pull in the ssh depends if we're on a system with out /usr/bin/ssh indmcmahill1-1/+3
the system.
2000-09-25Allow ssh6 and openssh in addition to ssh.is1-2/+2
2000-03-02fix PLIST problems, remove BROKENwiz3-12/+15
2000-02-13remove redundant homepage citationwiz1-2/+0
2000-01-10miscellaneous small changes to make pkglint happywiz1-3/+3
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-27Mark packages as broken, where necessary.agc1-1/+3
1999-10-07The distfile was moved to the "old" dir...hubertf2-6/+5
1999-07-09Add package patch checksum files.agc1-0/+15
1999-05-20Update dependence on "ssh" package to version 1.2.27.tron1-2/+2
1999-03-08Eek. Committed a change that we're not quite ready for just yet.agc1-2/+2
Keep gmake -> ${GMAKE} and USE_X11 modifications, though.
1999-03-08Set USE_X11 for this package.agc1-5/+4
s/gmake/${GMAKE}/
1998-11-12Add missing rcs id.frueauf1-0/+2
1998-10-20Don't build the examples in share/examples when installing. Fixes PR 6330.garbled2-67/+153
1998-10-14Correct the test for little-endian/big-endian byte ordering.agc1-7/+50
1998-10-14Remove 2 diffs that were erroneous.agc1-22/+11
1998-10-14Add missing rcs id.frueauf1-0/+2
1998-10-13Add the whole parallel category to pkgsrc, and sprinkle it with a fewgarbled18-0/+1297
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix