diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-19 09:49:02 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-04-19 09:49:02 +0000 |
commit | 794fcc74bd8fced99f6a09840d3e4478c3230493 (patch) | |
tree | 340936c7bee5d0b1a767c5f350d166791e955a7e /misc/adios2 | |
parent | 8d195d23e02f6b5069402dd0865f59e42af78620 (diff) | |
download | freebsd-ports-794fcc74bd8fced99f6a09840d3e4478c3230493.zip |
- Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)
- Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is deprecated and will be removed)
- Fix science/gromacs plist when MPI option is enabled
- Bump PORTREVISION for all the consumers of net/openmpi
Diffstat (limited to 'misc/adios2')
-rw-r--r-- | misc/adios2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile index 221af4d31432..6f7348a025eb 100644 --- a/misc/adios2/Makefile +++ b/misc/adios2/Makefile @@ -3,6 +3,7 @@ PORTNAME= adios2 DISTVERSIONPREFIX= v DISTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org |