Re: git: 531052cb22f4 - main - net/mpich: fix build by removal of hydra from pkg-plist

From: Moin Rahman <bofh_at_freebsd.org>
Date: Sat, 30 Dec 2023 16:53:44 UTC

> On Dec 30, 2023, at 2:19 PM, Thierry Thomas <thierry@FreeBSD.org> wrote:
> 
> Le sam. 30 déc. 23 à 13:33:15 +0100, Stefan Eßer <se@FreeBSD.org>
> écrivait :
>> The branch main has been updated by se:
>> 
>> URL: https://cgit.FreeBSD.org/ports/commit/?id=531052cb22f42acc476e0b15379db24115b683f1
>> 
>> commit 531052cb22f42acc476e0b15379db24115b683f1
>> Author:     Stefan Eßer <se@FreeBSD.org>
>> AuthorDate: 2023-12-30 12:31:15 +0000
>> Commit:     Stefan Eßer <se@FreeBSD.org>
>> CommitDate: 2023-12-30 12:31:15 +0000
>> 
>>    net/mpich: fix build by removal of hydra from pkg-plist
>> 
>>    Commit 78bb85928c8 removed the HYDRA option, but missed to remove
>>    the files depending on that option from pkg-plist.
>> 
>>    Approved by:    portmgr (implicit)
>> ---
>> net/mpich/pkg-plist | 8 --------
>> 1 file changed, 8 deletions(-)
>> 
>> diff --git a/net/mpich/pkg-plist b/net/mpich/pkg-plist
>> index 82339b2ab27a..ba2c9b260e10 100644
>> --- a/net/mpich/pkg-plist
>> +++ b/net/mpich/pkg-plist
>> @@ -1,17 +1,12 @@
>> -%%HYDRA%%bin/hydra_nameserver
>> -%%HYDRA%%bin/hydra_persist
>> -%%HYDRA%%bin/hydra_pmi_proxy
>> bin/mpic++
>> bin/mpicc
>> bin/mpichversion
>> bin/mpicxx
>> %%EXEC%%bin/mpiexec
>> %%EXECGFORKER%%bin/mpiexec.gforker
>> -%%HYDRA%%bin/mpiexec.hydra
>> %%FORTRAN%%bin/mpif77
>> %%FORTRAN%%bin/mpif90
>> %%FORTRAN%%bin/mpifort
>> -%%HYDRA%%bin/mpirun
> 
> @bofh: please revert 78bb85928c88: without mpirun, MPICH is mostly
> unusable!
> If you want to remove Torque, please try to upgrade it, or replace it by
> some other ports. OpenPBS seems a good candidate: see
> <https://github.com/openpbs/openpbs>
> 
> Or maybe SLURM (the port sysutils/slurm-wlm): I never tried it, but it
> might be a possible replacement, at least for some cases.
> --
> Th. Thomas.


Looks like you missed the deprecation notice from brooks. I will revert
the commits related to torque and keep torque as I can see that you
have already found the upstream.

Kind regards,
Moin