On Thu, 12 Sept 2024 at 14:25, Dima Pasechnik <dimp...@gmail.com> wrote:
>
> Sage merely invokes pip to build scipy from source.
>
> Indeed, apart from ninja paralellism there is meson parallelism,
> which is controlled by JOBS env. variable (?).
> Note that JOBS should be just a number.

I think meson just delegates the parallelism to ninja but the idea is
that if you are using meson then you communicate with meson rather
than with the ninja "backend".

My point though was more that maybe the Sage build should invoke the
SciPy build without parallelism like:

pip install --config-settings=setup-args="-j1" scipy

If someone is already running make -j6 or whatever to build Sage then
they likely don't need/want meson to bring in extra parallelism on
top.

--
Oscar

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAHVvXxTax20-%2B0xQi%3DRJxor2raY7xAjucqKvs0B16tT87ds27Q%40mail.gmail.com.

Reply via email to