diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-10 11:04:08 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-12-10 11:23:11 +0100 |
commit | 73c6d8942b4be132644c669f5970a9b856dcee48 (patch) | |
tree | 9def65d436998827d3c49e5e11b1f730f55cbfd2 | |
parent | net/mpich: upgrade to 4.1.2 (diff) |
net/mpifx: upgrade to a recent commit in order to support MPICH-4.x
mpifx does not build with MPICH-4.x:
see <https://github.com/dftbplus/mpifx/issues/48>.
A fix for this issue has been committed, but nothing has been released yet:
meanwhile I propose the attached patch to a recent tag in order to fix the
error.
Remark: this fix requires mpi_f08.mod, to be installed by MPICH.
PR: 275432
Approved by: yuri@ 'maintainer)
-rw-r--r-- | net/mpifx/Makefile | 3 | ||||
-rw-r--r-- | net/mpifx/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/mpifx/Makefile b/net/mpifx/Makefile index d3050d19327b..ec23b6ee9713 100644 --- a/net/mpifx/Makefile +++ b/net/mpifx/Makefile @@ -1,5 +1,6 @@ PORTNAME= mpifx -DISTVERSION= 1.4 +DISTVERSION= 1.4-8 +DISTVERSIONSUFFIX= -gab77b43 CATEGORIES= net devel MAINTAINER= yuri@FreeBSD.org diff --git a/net/mpifx/distinfo b/net/mpifx/distinfo index 9de3e75f13d5..688b03b3d7d7 100644 --- a/net/mpifx/distinfo +++ b/net/mpifx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689127857 -SHA256 (dftbplus-mpifx-1.4_GH0.tar.gz) = 63fd09680fabd18b5a2486fb2bf3c96b13ae73466ebb297ba7c594c97f69bcf9 -SIZE (dftbplus-mpifx-1.4_GH0.tar.gz) = 61749 +TIMESTAMP = 1701800319 +SHA256 (dftbplus-mpifx-1.4-8-gab77b43_GH0.tar.gz) = d4415dbcd96bb3551ef4b0fb22da3abc80bc8214c28a023e62726d8b70724bc7 +SIZE (dftbplus-mpifx-1.4-8-gab77b43_GH0.tar.gz) = 62042 |