aboutsummaryrefslogtreecommitdiff
path: root/net/openmpi
Commit message (Collapse)AuthorAgeFilesLines
* UnbreakAntoine Brodin2014-12-261-1/+2
| | | | Notes: svn path=/head/; revision=375647
* - Update net/openmpi to 1.8.4Danilo Egea Gondolfo2014-12-263-5/+7
| | | | Notes: svn path=/head/; revision=375624
* Cleanup plistAntoine Brodin2014-11-221-26/+0
| | | | Notes: svn path=/head/; revision=373063
* - Update net/openmpi from 1.8.2 to 1.8.3Danilo Egea Gondolfo2014-09-283-8/+7
| | | | Notes: svn path=/head/; revision=369434
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update net/openmpi from 1.8.1 to 1.8.2Danilo Egea Gondolfo2014-08-263-10/+12
| | | | Notes: svn path=/head/; revision=366207
* - Switch devel/hwloc to USES=libtool, drop .la filesDmitry Marakasov2014-07-241-1/+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
* - Convert net/openmpi to USES=libtool and bump dependent portsTijl Coosemans2014-07-142-12/+26
| | | | | | | | | | - Add INSTALL_TARGET=install-strip - Use BROKEN_sparc64 Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361800
* - Update from 1.8 to 1.8.1Danilo Egea Gondolfo2014-04-252-3/+3
| | | | Notes: svn path=/head/; revision=352134
* - Update openmpi from 1.6.5 to 1.8 (new stable version)Danilo Egea Gondolfo2014-04-133-315/+434
| | | | | | | - Convert USE_BZIP2 to USES Notes: svn path=/head/; revision=351165
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+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
* UnbreakAntoine Brodin2014-03-081-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=347459
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-2/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* - New port net/openmpi-devel. Version 1.7 of Open MPI.Danilo Egea Gondolfo2013-11-291-0/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=335250
* - Change maintainer's email to @FreeBSD.orgDanilo Egea Gondolfo2013-11-283-585/+571
| | | | | | | | | | - Add stage support - Add SLURM options to support sysutils/slurm-hpc (submitted via email by Jason Bacon <jwbacon@tds.net>) - Use options helpers - Add VT (VampirTrace) as option Notes: svn path=/head/; revision=335104
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* net/openmpi: update to 1.6.5William Grzybowski2013-09-084-87/+58
| | | | | | | | | | | | | | | | | - Update to 1.6.5 - Removed indefinite article from COMMENT - Use new LIB_DEPENDS format - Use options helpers - Removed files directory - Pass maintainership to submitter Changelog: http://svn.open-mpi.org/svn/ompi/tags/v1.6-series/v1.6.5/NEWS PR: ports/181916 Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com> Notes: svn path=/head/; revision=326717
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326545
* Revert the pkgconfig change in r320019. It didn't work and my initialBrooks Davis2013-06-074-35/+8
| | | | | | | | efforts to fix it didn't work. The result wouldn't have been useful enough to spend more effor on it. Notes: svn path=/head/; revision=320206
* Remove SGE support as the SGE ports will be removed shortly.Brooks Davis2013-06-054-25/+38
| | | | | | | | | | | | Fix the IPv6 enable/disable option. IPv6 support was impropertly disabled before. Install pkgconfig files in a slightly less wrong place. Drop maintainership, I no longer maintain any FreeBSD clusters. Notes: svn path=/head/; revision=320019
* - Update devel/hwlock to version 1.7.1 [1]Pawel Pekala2013-05-241-1/+1
| | | | | | | | | | - Bump net/openmpi PR: ports/178882 [1] Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) Notes: svn path=/head/; revision=319015
* - Update devel/hwloc to 1.6 [1]Pawel Pekala2012-12-161-6/+2
| | | | | | | | | | - Bump affected net/openmpi PR: ports/174106 [1] Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> Notes: svn path=/head/; revision=308991
* Correct detection of SCTP support in libc so it is found on all supportedBrooks Davis2012-09-103-0/+19
| | | | | | | | | | | OS versions not just 7.x. Add missing plist entries. Reported by: QAT (beat) Notes: svn path=/head/; revision=304049
* Upgrade to 1.6.1. [0]Brooks Davis2012-08-244-38/+195
| | | | | | | | | | | | Allow IPV6 support to be disabled. [1] Fix SGE dependency check. [2] Switch to OptionsNG. PR: ports/169549 [0], ports/159705 [1], ports/157746 [2] Notes: svn path=/head/; revision=303084
* - Update to 1.4.3Philip M. Gollucci2010-12-134-9/+5
| | | | | | | | | | | - Remove MD5 PR: ports/152567 Submitted by: wen Approved by: maintainer timeout (brooks ; 17 days) Notes: svn path=/head/; revision=266177
* Upgrade to OpenMPI 1.4.Brooks Davis2009-12-093-7/+10
| | | | Notes: svn path=/head/; revision=245430
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-0/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* A couple plist entries had CONFIGURE_TARGET in them so substitute itBrooks Davis2009-08-213-256/+259
| | | | | | | | | | properly to the plist is valid on something other than 8.0 amd64. Also sort the generated Makefile.man so it remains stable. Reported by: QAT Notes: svn path=/head/; revision=240060
* Upgrade to OpenMPI 1.3.3.Brooks Davis2009-08-214-270/+356
| | | | | | | | | Remove the option to skip fortran support. Some fortran files are unconditionally installed and many if not most users will want to support fortran numerical codes. Notes: svn path=/head/; revision=240055
* Upgrade to Open MPI 1.3. See the release annoucement for more detail:Brooks Davis2009-02-154-141/+219
| | | | | | | | | | http://www.open-mpi.org/community/lists/announce/2009/01/0025.php Some features such as "Finer grained resource control and mapping (cores, HCAs, etc)" require FreeBSD support code to be added. Notes: svn path=/head/; revision=228433
* Upgrade to 1.2.8.Brooks Davis2009-01-193-55/+53
| | | | | | | | | Stop adding F77 and FC to CONFIGURE_ENV since USE_FORTRAN does it now.[1] Submitted by: gerald [1] Notes: svn path=/head/; revision=226431
* 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
* Chase libtorque version.Brooks Davis2008-08-231-1/+2
| | | | Notes: svn path=/head/; revision=219044
* Upgrade to 1.2.6, the latest release.Brooks Davis2008-07-282-4/+4
| | | | | | | Submitted by: Wen heping <wenheping at gmail dot com> Notes: svn path=/head/; revision=217728
* Upgrade to the latest release, 1.2.5. See the release announcment forBrooks Davis2008-01-293-65/+69
| | | | | | | | | details. http://www.open-mpi.org/community/lists/announce/2008/01/0018.php Notes: svn path=/head/; revision=206394
* - 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
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-171-4/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=195789
* Upgrade to 1.2.2, the most recent release.Brooks Davis2007-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] Notes: svn path=/head/; revision=193028
* Now that RELENG_4 is no longer supported, remove seatbelts preventingBrooks Davis2007-02-051-8/+0
| | | | | | | these ports from being built there (and on pre-STABLE 5). Notes: svn path=/head/; revision=184288
* Upgrade to OpenMPI 1.1.4. Largely a bugfix release with a fewBrooks Davis2007-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 Notes: svn path=/head/; revision=183771
* * Migrate to gfortran42Maho Nakata2007-01-122-1/+8
| | | | | | | | | * add support of f90 Approved by: portmgr (kris) Notes: svn path=/head/; revision=182139
* - Update to 1.1.2Martin Wilke2006-12-063-32/+64
| | | | | | | | | PR: ports/105453 Submitted by: trasz Approved by: maintainer timeout Notes: svn path=/head/; revision=179015
* - fix plist errorCheng-Lung Sung2006-05-272-2/+3
| | | | | | | - made portlint happy Notes: svn path=/head/; revision=163574
* - update to 1.0.2Cheng-Lung Sung2006-05-252-5/+4
| | | | | | | | | | - on behalf of maintainer-timeout PR: port/96802 Submitted by: Steven G. Kargl <kargl_AT_troutmask.apl.washington dot edu> Notes: svn path=/head/; revision=163327
* Use our sys/tree.h and it's requirements rather than some old incompatableBrooks Davis2006-03-152-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. Notes: svn path=/head/; revision=157349
* BROKEN on sparc64 and on >= 7.0: Does not compileKris Kennaway2006-02-121-0/+8
| | | | Notes: svn path=/head/; revision=155883
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Upgrade to 1.0.1. Fix MASTER_SITES (they added another directory to theBrooks Davis2006-01-122-7/+5
| | | | | | | path). Notes: svn path=/head/; revision=153336