aboutsummaryrefslogtreecommitdiffstats
path: root/net/openmpi
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to the latest release, 1.2.5. See the release announcment forbrooks2008-01-303-65/+69
| | | | | | details. http://www.open-mpi.org/community/lists/announce/2008/01/0018.php
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-171-4/+1
| | | | Approved by: maintainer
* Upgrade to 1.2.2, the most recent release.brooks2007-06-086-78/+389
| | | | | | | | | Handle manpages correct. Remove defunct pkg-message. LDCONFIG all the directories [0] Submitted by: CHAO Shin [0] PR: ports/112236 [0]
* Now that RELENG_4 is no longer supported, remove seatbelts preventingbrooks2007-02-061-8/+0
| | | | these ports from being built there (and on pre-STABLE 5).
* Upgrade to OpenMPI 1.1.4. Largely a bugfix release with a fewbrooks2007-01-313-6/+4
| | | | | | | | performance improvements. The 1.1.3 and 1.1.4 release notes can be found at these URLs: 1.1.3: http://www.open-mpi.org/community/lists/announce/2007/01/0009.php 1.1.4: http://www.open-mpi.org/community/lists/announce/2007/01/0010.php
* * Migrate to gfortran42maho2007-01-122-1/+8
| | | | | | * add support of f90 Approved by: portmgr (kris)
* - Update to 1.1.2miwi2006-12-063-32/+64
| | | | | | PR: ports/105453 Submitted by: trasz Approved by: maintainer timeout
* - fix plist errorclsung2006-05-272-2/+3
| | | | - made portlint happy
* - update to 1.0.2clsung2006-05-252-5/+4
| | | | | | | - on behalf of maintainer-timeout PR: port/96802 Submitted by: Steven G. Kargl <kargl_AT_troutmask.apl.washington dot edu>
* Use our sys/tree.h and it's requirements rather than some old incompatablebrooks2006-03-162-8/+17
| | | | | | | | ones in the OpenMPI source tree. This fixes the build on 7.0. Bump PORTVERSION on all platforms as this may change the compiled output on others. Unquote BROKEN in the missing stdint.h case.
* BROKEN on sparc64 and on >= 7.0: Does not compilekris2006-02-131-0/+8
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Upgrade to 1.0.1. Fix MASTER_SITES (they added another directory to thebrooks2006-01-122-7/+5
| | | | path).
* BROKEN: Unfetchablekris2005-12-181-0/+2
|
* upgrade to 1.0.1rc2brooks2005-11-232-5/+5
|
* upgrade to 1.0rc8brooks2005-11-182-4/+4
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Upgrade to 1.0rc7brooks2005-11-153-9/+4
|
* add SHA256brooks2005-11-121-0/+1
|
* Mark IGNORE for FreeBSD less than 5.3 since it can't build on 4.x due tobrooks2005-10-311-1/+11
| | | | | a lack of stdint.h and bugreports from FreeBSD 5.x versions prior to 5.3 are likely to be worthless. Mark BROKEN if stdint.h is missing.
* Add Open MPI 1.0rc4.brooks2005-10-285-0/+276
From http://www.open-mpi.org/ Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-2 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers.