aboutsummaryrefslogtreecommitdiff
path: root/net/openmpi2
Commit message (Collapse)AuthorAgeFilesLines
* - Remove net/openmpi2. It's unmaintained by upstream.Danilo Egea Gondolfo2020-04-195-953/+0
| | | | Notes: svn path=/head/; revision=532100
* devel/libevent2: update to 2.1.11Jan Beich2019-08-021-1/+1
| | | | | | | | | | | | | Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133 Notes: svn path=/head/; revision=507877
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-0/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* - Update to 2.1.6Danilo Egea Gondolfo2019-01-193-7/+6
| | | | Notes: svn path=/head/; revision=490763
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* - Remove --enable-heterogeneous from CONFIGURE_ARGS, this option is broken ↵Danilo Egea Gondolfo2018-09-251-3/+4
| | | | | | | | | | | | | | | | | and causing problems see https://github.com/open-mpi/ompi/blob/master/README#L1387 while here - Bump PORTREVISION - Move USES to the proper section to make portlint happy PR: 231697 Submitted by: russo AT bogodyn.org Notes: svn path=/head/; revision=480703
* - Update to 2.1.5Danilo Egea Gondolfo2018-09-123-10/+12
| | | | | | | - Disable OFED support for now to keep the current list of libraries on FreeBSD 12 Notes: svn path=/head/; revision=479577
* 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
* Mark these ports as broken on aarch64, and, where appropriate, armvX.Mark Linimon2018-07-071-0/+1
| | | | | | | | | While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=474058
* - Update to 2.1.3Danilo Egea Gondolfo2018-03-303-13/+12
| | | | Notes: svn path=/head/; revision=465969
* 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
* - Teach OpenMPI that posix_fallocate(2) returns EINVAL on most recent ZFSDanilo Egea Gondolfo2017-12-282-0/+21
| | | | Notes: svn path=/head/; revision=457470
* - Update to 2.1.2Danilo Egea Gondolfo2017-12-273-11/+9
| | | | Notes: svn path=/head/; revision=457347
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+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
* - Update to 2.1.1Danilo Egea Gondolfo2017-07-093-20/+21
| | | | | | | | | | - Force the wrapper to use rpath pointing to the correct GCC directory. This solves a problem (bug 217750) when a non-default GCC version is used. PR: 217750 Notes: svn path=/head/; revision=445411
* Mark some ports failing on armv6, for errors classified as "???",Mark Linimon2017-05-271-2/+3
| | | | | | | | | | | part 2. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441819
* 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
* - Remove implicit -L/usr/local/libDanilo Egea Gondolfo2017-03-121-9/+9
| | | | | | | | | | - Simplify TORQUE option selection PR: 217682 Submitted by: tijl Notes: svn path=/head/; revision=435994
* - Add LICENSE and LICENSE_FILEDanilo Egea Gondolfo2017-02-221-0/+3
| | | | | | | Reported by: Anton Shterenlikht Notes: svn path=/head/; revision=434583
* devel/libevent2: drop historical suffix after r362796Jan Beich2017-02-201-2/+2
| | | | | | | | PR: 216777 Approved by: mm (maintainer) Notes: svn path=/head/; revision=434427
* devel/libevent2: update to 2.1.8 and cleanupJan Beich2017-02-041-0/+1
| | | | | | | | | | | | | | - DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer) Notes: svn path=/head/; revision=433286
* - Update to 2.0.2Danilo Egea Gondolfo2017-02-013-11/+16
| | | | Notes: svn path=/head/; revision=433033
* 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
* - Use the libevent from ports. This solves a segfault reported by an user [1]Danilo Egea Gondolfo2016-11-242-1/+46
| | | | | | | | | | - Enable c++ bindings and "mpi thread multiple" support [1] - Add DEBUG option Reported by: Otacilio Neto <otaciliodearaujo@gmail.com> [1] Notes: svn path=/head/; revision=427025
* - New port: net/openmpi2Danilo Egea Gondolfo2016-11-184-0/+872
Notes: svn path=/head/; revision=426321