non port: net/openmpi3/Makefile |
Number of commits found: 27 |
Thursday, 12 Oct 2023
|
19:34 Rene Ladan (rene)
net/openmpi3: Remove expired port
2023-10-11 net/openmpi3: OpenMPI 3 is not maintained by the upstream project
anymore and will be removed
1a34bf3 |
Tuesday, 11 Jul 2023
|
20:47 Danilo Egea Gondolfo (danilo)
net/openmpi3: Add a deprecation note
It's not used anywhere in the ports tree anymore.
Adding a 3 months expiration date so people who are still
using it can realised they need to migrate without any surprises.
6aab579 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 9 Jan 2021
|
14:16 danilo
net/openmpi3: Use the embedded hwloc library to workaround a conflict 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
 |
Friday, 16 Oct 2020
|
11:25 danilo
net/openmpi and net/openmpi3: Fix build with GCC 10 and remove deprecated
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
 |
Sunday, 12 Apr 2020
|
09:01 danilo
- Remove SLURM support on i386 (not supported by SLURM itself)
 |
Friday, 10 Apr 2020
|
16:20 danilo
- Update to 3.1.6
 |
Wednesday, 4 Dec 2019
|
21:14 danilo
- Update to 3.1.5
 |
Friday, 8 Nov 2019
|
03:54 linimon
Unmark these ports broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket)
 |
Friday, 2 Aug 2019
|
13:30 jbeich
devel/libevent2: update to 2.1.11
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
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
 |
Monday, 27 May 2019
|
16:50 danilo
- Update to 3.1.4
PR: 237486
 |
Monday, 22 Apr 2019
|
13:16 gerald
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
 |
Sunday, 11 Nov 2018
|
10:38 danilo
- Update to 3.1.3
 |
Tuesday, 25 Sep 2018
|
22:25 danilo
- Remove --enable-heterogeneous from CONFIGURE_ARGS, this option is broken 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
 |
Wednesday, 12 Sep 2018
|
00:29 danilo
- Update to 3.1.2
- Disable OFED for now to keep the current list of libraries on FreeBSD 12
 |
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
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
 |
Saturday, 7 Jul 2018
|
06:44 linimon
Mark these ports as broken on aarch64, and, where appropriate, armvX.
While here, pet portlint and modernize.
Approved by: portmgr (tier-2 blanket)
 |
Monday, 2 Jul 2018
|
13:40 danilo
- Update to 3.1.1
 |
Saturday, 19 May 2018
|
19:52 danilo
- Update to 3.1.0
 |
Friday, 30 Mar 2018
|
12:36 danilo
- Update to 3.0.1
 |
Saturday, 10 Mar 2018
|
17:46 gerald
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
 |
Monday, 1 Jan 2018
|
17:47 danilo
- New port: net/openmpi3
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.
 |
Number of commits found: 27 |