Re: [PATCH] libfortran: Simplify Makefile logic

2025-06-11 Thread Iain Sandoe
> On 11 Jun 2025, at 15:17, FX Coudert wrote: > > Hi, > >> I am just wondering if the order in Makefile.am as it is now is needed. E.g. >> pack_* follows pow_* and some other are not lexicographicaly ordered. Are >> there >> dependencies that necessitate this? Or could you just sort them, so

Re: [PATCH] libfortran: Simplify Makefile logic

2025-06-11 Thread FX Coudert
Hi, > I am just wondering if the order in Makefile.am as it is now is needed. E.g. > pack_* follows pow_* and some other are not lexicographicaly ordered. Are > there > dependencies that necessitate this? Or could you just sort them, so that > looking up files is easier for humans? I think they

Re: [PATCH] libfortran: Simplify Makefile logic

2025-06-11 Thread Andre Vehreschild
Hi FX, I am just wondering if the order in Makefile.am as it is now is needed. E.g. pack_* follows pow_* and some other are not lexicographicaly ordered. Are there dependencies that necessitate this? Or could you just sort them, so that looking up files is easier for humans? Besides the comment,

[PATCH] libfortran: Simplify Makefile logic

2025-06-10 Thread FX Coudert
> the patch looks good to me. I only have x86_64, too, therefore I haven't > tested > it (again). There's a lot of repetition in the regenerate.sh file. I hope to > see this "simplified" or rather DRY'ed (Don't repeat yourself - principle) in > the future. Following up on this, here is a new patc