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.
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(-)
Committed, thank you Laurent! :)
That was a very quick commit! Thank you Torsten.
You are very welcome Laurent. The patch was well prepared, so it was easy to go through with it :)