aboutsummaryrefslogtreecommitdiff
path: root/net/mpich
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Update to 3.2.1 and drop maintainership.Tijl Coosemans2018-06-075-30/+9
| | | | Notes: svn path=/head/; revision=471929
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1
| | | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry Notes: svn path=/head/; revision=428057
* Add patch to apply alignment attribute to a struct instead of a typedef.Tijl Coosemans2016-11-232-1/+12
| | | | | | | | | | | This rounds the size of the struct to a multiple of the alignment such that malloc and friends allocate memory with the correct alignment. PR: 214784 MFH: 2016Q4 Notes: svn path=/head/; revision=426949
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* The configure variable MPICH_LDFLAGS is no longer supported. There is aTijl Coosemans2016-02-011-2/+7
| | | | | | | | | separate variable for each compiler wrapper now. PR: 206655 Notes: svn path=/head/; revision=407716
* Update to MPICH 3.2Tijl Coosemans2015-11-129-80/+26
| | | | Notes: svn path=/head/; revision=401389
* - Enable FORTRAN and GFORKER options by default due to popular requestTijl Coosemans2015-05-181-1/+4
| | | | | | | - Add option group descriptions Notes: svn path=/head/; revision=386676
* - Update to MPICH 3.1.4Tijl Coosemans2015-02-268-9/+97
| | | | | | | | | | - Pass *FLAGS variables to configure via MPICHLIB_*FLAGS because otherwise they are hardcoded into mpicc [1] PR: 197563 [1] Notes: svn path=/head/; revision=380043
* Update to MPICH 3.1.3Tijl Coosemans2014-10-093-11/+11
| | | | | | | | | From the announcement: This release adds several enhancements to Portals4 support, PAMI, RMA, and ROMIO. It also contains a large number of bug fixes. Notes: svn path=/head/; revision=370515
* Update to MPICH 3.1.2Tijl Coosemans2014-08-153-8/+7
| | | | | | | | | | | | | From the announcement: This release contains significant enhancements to the BG/Q device, especially for RMA and shared memory functionality. It also contains enhancements to ROMIO and upgrades hwloc to 1.9. In addition, it updates its weak alias support to align with gcc-4.x, has a better implementation of MPI_Allreduce for intercommunicator, adds more F08 test cases and fixes several bugs present in 3.1.1. Notes: svn path=/head/; revision=365036
* - Switch devel/hwloc to USES=libtool, drop .la filesDmitry Marakasov2014-07-241-0/+1
| | | | | | | | | | | - Bump dependent ports as .so version has changed - Add LICENSE_FILE - While here, fix stagedir reference in www/trafficserver Approved by: portmgr blanket Notes: svn path=/head/; revision=362817
* Update to MPICH 3.1.1.Tijl Coosemans2014-06-103-30/+22
| | | | | | | | | | | From the announcement: This is a stable release that adds several capabilities including Blue Gene/Q implementation supports for MPI-3, experimental Fortran 2008 bindings, significant rework of MPICH library management, and a large number of bug fixes. Notes: svn path=/head/; revision=357370
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-3/+3
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-232-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Update to MPICH 3.1.Tijl Coosemans2014-02-203-42/+76
| | | | | | | | | | | - Remove bash and perl dependencies. - Make Fortran support optional. - Add options to select process managers. Based on suggestions made by Matthieu Volat <matthieu.volat@ujf-grenoble.fr> Notes: svn path=/head/; revision=345271
* Introduce MPICH version 3.1rc3 in net/mpich (copied from net/mpich2) asTijl Coosemans2014-02-144-0/+523
| | | | | | | upstream MPICH2 has been renamed back to MPICH. Notes: svn path=/head/; revision=344313
* Remove net/mpich. It fails to build, does not have a maintainer, noGerald Pfeifer2009-01-239-1048/+0
| | | | | | | | | other port depends on it, and has been superseded by net/mpich2. Discussed with: pav Notes: svn path=/head/; revision=226708
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* Use ${FC} instead of hard coding gfortran42 (which would need to beGerald Pfeifer2009-01-061-3/+4
| | | | | | | | | | | gfortran43 nowadays). Remove F77=${FC} from CONFIGURE_ENV since this provided by Mk/bsd.gcc.mk. Add USE_GCC=4.3 since this port uses both C and Fortran frontends. Notes: svn path=/head/; revision=225361
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-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) Notes: svn path=/head/; revision=197075
* Don't use implicitly f77 but set USE_FORTRAN, thus install the f90Thierry Thomas2007-07-285-4/+173
| | | | | | | interface and fix on -CURRENT. Notes: svn path=/head/; revision=196444
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-191-1/+1
| | | | | | | with letter n-p Notes: svn path=/head/; revision=190385
* Reset dbader@ece.unm.edu due to timeouts and no response to email.Mark Linimon2006-12-131-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179659
* Respect $X11BASE.Thierry Thomas2006-12-101-0/+5
| | | | | | | | PR: 105844 Approved by: maintainer's time-out Notes: svn path=/head/; revision=179369
* - Upgrade to the latest MPICH-1;Thierry Thomas2006-08-204-20/+14
| | | | | | | | | | - Change WWW and add a note about MPICH-2. PR: ports/100522 Approved by: maintainer time-out (one month) Notes: svn path=/head/; revision=171059
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | This commit should largele be a NOOP as it only adds support for DESTDIR undefined. This does allow us to start testing ports with DESTDIR set, but this is as of yet not supported. Although this has been extensively tested on pointyhat, this is a very intrusive change and some cases may have been overlooked. Please contact Gabor and me if you find any. PR: 100555 Submitted by: gabor Sponsored by: Google Summer of Code 2006 Notes: svn path=/head/; revision=169648
* SHA256ifyEdwin Groothuis2006-01-221-0/+4
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Convert to OPTIONS.Alexey Dokuchaev2005-05-261-3/+7
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=136140
* Add a link for ports still using mpiCC. [1]Thierry Thomas2005-05-202-2/+5
| | | | | | | | | | Since I'm there, prune empty directories. Reported by: Kris via pointyhat [1] Approved by: maintainer [1] Notes: svn path=/head/; revision=135740
* Upgrade to 1.2.6 and fix building problems by upgrading from jdk13 toThierry Thomas2005-05-143-140/+215
| | | | | | | | | | | | | | jdk14. With some cleaning to pet portlint. Remark: java is disabled when PACKAGE_BUILDING. PR: ports/79279 Submitted by: maintainer Notes: svn path=/head/; revision=135235
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+3
| | | | Notes: svn path=/head/; revision=105747
* Implement an WITHOUT_X11 and an WITHOUT_TK targetOliver Lehmann2004-02-222-33/+50
| | | | | | | Approved By: maintainer Notes: svn path=/head/; revision=101756
* Upgrade 1.2.5 to 1.2.5.2, released in September. Include two patchesMikhail Teterin2004-02-042-10/+6
| | | | | | | | | released by MPICH since then. Approved by: maintainer Notes: svn path=/head/; revision=99983
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* update ports/net/mpich: 1.2.5_1 -> 1.2.5_2Daichi GOTO2003-08-182-5/+8
| | | | | | | | | | | - maintainer mail address change - added some patch files to PATCHFILES PR: 55608 Submitted by: David A. Bader <dbader@ece.unm.edu> (maintainer) Notes: svn path=/head/; revision=87176
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to 1.2.5.Norikatsu Shigemura2003-02-132-10/+5
| | | | | | | | PR: ports/48230 Submitted by: David A. Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=75436
* Add parallel to CATEGORIES.Akinori MUSHA2002-11-241-1/+1
| | | | | | | | PR: ports/39094 Submitted by: trevor Notes: svn path=/head/; revision=71007
* Update(add new patches), and version bump.Norikatsu Shigemura2002-11-012-0/+9
| | | | | | | | Submitted by: Mikhail Teterin <mi+mx@aldan.algebra.com> Approved by: David A. Bader <dbader@eece.unm.edu> (maintainer) Notes: svn path=/head/; revision=69252
* make the java dependency more flexibleNorikatsu Shigemura2002-09-122-77/+86
| | | | | | | | | Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> Reviewed by: maintainer Approved by: knu (mentor) Notes: svn path=/head/; revision=66216
* Update to 1.2.4Norikatsu Shigemura2002-06-273-33/+10
| | | | | | | | | | PR: 39658 Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp> Reviewed by: maintainer Approved by: knu (mentor) Notes: svn path=/head/; revision=62073
* BROKEN: Does not package correctlyKris Kennaway2002-05-181-0/+2
| | | | Notes: svn path=/head/; revision=59365
* Update to 1.2.3Mario Sergio Fujikawa Ferreira2002-03-053-5/+111
| | | | | | | | PR: 35550 Submitted by: maintainer Notes: svn path=/head/; revision=55585