On Thu, 05 Jun 2025 00:28:48 +0200,
Daniel Dickman <didick...@gmail.com> wrote:
>
>
>
> On Wed, 4 Jun 2025, Kirill A. Korinsky wrote:
>
> > On Thu, 29 May 2025 19:32:15 +0200,
> > Kirill A. Korinsky <kir...@korins.ky> wrote:
> > >
> > > ports@,
> > >
> > > I'd like to update math/pari to 2.17.2
> > >
> > > Tested on -current/amd64, no regression discovered.
> > >
> > > Ok?
> > >
>
> ok with me if you want to commmit the update.
>
> But do you really need to add this bit?
>
>       DPB_PROPERTIES = parallel
>
> I don't think that's needed for this port, but let me know if you
> disagree.
>

Well, this port contains about 300 .c files and parallel building speedup
it a lot:

make clean; time make build MAKE_JOBS=1
...
    4m52.20s real     4m26.97s user     0m21.69s system

vs

make clean; time make build MAKE_JOBS=10
...
    0m41.52s real     4m40.33s user     0m27.82s system

So, I think it worth it.

-- 
wbr, Kirill

Reply via email to