[sage-devel] Re: parallel compilation does not work anymore

2020-12-02 Thread Matthias Koeppe
Broken by https://trac.sagemath.org/ticket/30627, fixed by https://trac.sagemath.org/ticket/30995 (needs review) On Wednesday, December 2, 2020 at 5:20:56 AM UTC-8 vdelecroix wrote: > Dear all, > > For the 9.3.beta2 release the command > > $ MAKE="make -j3" make build > > does not compile the C

[sage-devel] Re: parallel compilation does not work anymore

2020-12-02 Thread Zachary Scherr
Just wanted to add that make -j8 doc is also not building in parallel. On Wednesday, December 2, 2020 at 10:35:05 AM UTC-5 Eric Gourgoulhon wrote: > Le mercredi 2 décembre 2020 à 14:20:56 UTC+1, vdelecroix a écrit : > >> Dear all, >> >> For the 9.3.beta2 release the command >> >> $ MAKE="make -

[sage-devel] Re: parallel compilation does not work anymore

2020-12-02 Thread Eric Gourgoulhon
Le mercredi 2 décembre 2020 à 14:20:56 UTC+1, vdelecroix a écrit : > Dear all, > > For the 9.3.beta2 release the command > > $ MAKE="make -j3" make build > > does not compile the Cython code of the sagelib in parallel. > This slows down a lot the build of the library. I am sure > when it st

Re: [sage-devel] Re: Would anybody like...progress bars?

2020-12-02 Thread Samuel Lelievre
Recently opened related ticket: - Provide quiet mode for make testlong and friends https://trac.sagemath.org/ticket/30991 I had forgotten about that progress bar discussion on sage-devel! It would be nice to have if it can be resurrected! 2020-12-01 18:15:25 UTC, Frédéric Chapoton: > > can you

Re: [sage-devel] parallel compilation does not work anymore

2020-12-02 Thread Dima Pasechnik
On Wed, Dec 2, 2020 at 1:20 PM Vincent Delecroix <20100.delecr...@gmail.com> wrote: > > Dear all, > > For the 9.3.beta2 release the command > > $ MAKE="make -j3" make build > > does not compile the Cython code of the sagelib in parallel. > This slows down a lot the build of the library. I am sure

[sage-devel] parallel compilation does not work anymore

2020-12-02 Thread Vincent Delecroix
Dear all, For the 9.3.beta2 release the command $ MAKE="make -j3" make build does not compile the Cython code of the sagelib in parallel. This slows down a lot the build of the library. I am sure when it stopped working. Best Vincent -- You received this message because you are subscribed to