summaryrefslogtreecommitdiff
path: root/net/openmpi3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/openmpi3: Use the embedded hwloc library to workaround a conflict ↵Danilo Egea Gondolfo2021-01-091-3/+3
| | | | | | | | between hwloc and hwloc2 due sysutils/slurm-wlm. OpenMPI3 is not compatible with hwloc2. Also, OpenMPI3 was deprecated by upstream and will be removed from the ports tree as soon as all the ports which depend on it are moved to net/openmpi. PR: 252496
* net/openmpi and net/openmpi3: Fix build with GCC 10 and remove deprecated ↵Danilo Egea Gondolfo2020-10-161-1/+6
| | | | | | | | | option. Some gfortran defaults were changed in GCC 10: https://gcc.gnu.org/gcc-10/changes.html The conditional is required because the parameter -fallow-argument-mismatch will break the current default gfortran. Reported by: linimon
* - Remove SLURM support on i386 (not supported by SLURM itself)Danilo Egea Gondolfo2020-04-121-0/+1
|
* - Update to 3.1.6Danilo Egea Gondolfo2020-04-103-10/+6
|
* - Update to 3.1.5Danilo Egea Gondolfo2019-12-043-13/+18
|
* Unmark these ports broken on aarch64.Mark Linimon2019-11-081-1/+0
| | | | | Submitted by: emaste (TRYBROKEN run) Approved by: portmgr (tier-2 blanket)
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+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
* - Update to 3.1.4Danilo Egea Gondolfo2019-05-273-15/+14
| | | | PR: 237486
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* - Update to 3.1.3Danilo Egea Gondolfo2018-11-113-8/+8
|
* - 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
* - Update to 3.1.2Danilo Egea Gondolfo2018-09-123-9/+10
| | | | - Disable OFED for now to keep the current list of libraries on FreeBSD 12
* 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
* 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)
* - Update to 3.1.1Danilo Egea Gondolfo2018-07-023-9/+10
|
* - Update to 3.1.0Danilo Egea Gondolfo2018-05-194-21/+59
|
* - Update to 3.0.1Danilo Egea Gondolfo2018-03-303-14/+13
|
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | version 1.1.0 (via revision 464079).
* - New port: net/openmpi3Danilo Egea Gondolfo2018-01-015-0/+981
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.