Bug 280184 - net/mpich: Upgrade to 4.2.2
Summary: net/mpich: Upgrade to 4.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Torsten Zuehlsdorff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-07 23:15 UTC by Laurent Chardon
Modified: 2024-07-10 09:48 UTC (History)
2 users (show)

See Also:


Attachments
0001-net-mpich-Upgrade-to-4.2.2.patch (3.84 KB, patch)
2024-07-07 23:15 UTC, Laurent Chardon
laurent.chardon: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Chardon 2024-07-07 23:15:52 UTC
Created attachment 251929 [details]
0001-net-mpich-Upgrade-to-4.2.2.patch

net/mpich: Upgrade to 4.2.2

- Upgrade mpich from 4.2.1 to 4.2.2
- Remove default slurm dependency and make it an option
  - Bug 279777
- Remove HYDRA dependency on torque (not needed)
- Revert removal of HYDRA option

QA:
- portlint: no new warning
- poudriere: OK

Note: if torque is found in your build environment, mpich will use it.
That's how upstream does it, so I kept this behaviour. That's not a
problem in poudriere, but if you have installed torque in
your build environment you will get a warning that you should have
declared a dependency on it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-07-08 13:50:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09f0bf2ada083c098fadf42160afe96cad9c2660

commit 09f0bf2ada083c098fadf42160afe96cad9c2660
Author:     Torsten Zuehlsdorff <tz@FreeBSD.org>
AuthorDate: 2024-07-08 13:47:54 +0000
Commit:     Torsten Zuehlsdorff <tz@FreeBSD.org>
CommitDate: 2024-07-08 13:49:59 +0000

    net/mpich: Upgrade mpich from 4.2.1 to 4.2.2

      - Remove default slurm dependency and make it an option (Bug 279777)
      - Remove HYDRA dependency on torque (not needed)
      - Revert removal of HYDRA option

    PR:             280184, 279777
    Approved by:     Laurent Chardon <laurent.chardon@gmail.com> (maintainer)

 net/mpich/Makefile  | 20 ++++++++++++--------
 net/mpich/distinfo  |  6 +++---
 net/mpich/pkg-plist | 11 ++++++++---
 3 files changed, 23 insertions(+), 14 deletions(-)
Comment 2 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2024-07-08 13:51:49 UTC
Committed, thank you Laurent! :)
Comment 3 Laurent Chardon 2024-07-08 14:03:53 UTC
That was a very quick commit! Thank you Torsten.
Comment 4 Torsten Zuehlsdorff freebsd_committer freebsd_triage 2024-07-10 09:48:47 UTC
You are very welcome Laurent. The patch was well prepared, so it was easy to go through with it :)