Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-23 Thread dimpase
On Sun, Mar 23, 2025 at 11:57:39AM -0700, Nils Bruin wrote: > In the past I've build sagelib in parallel, with > > export MAKE="make -j8" > make -j8 build > > This seems to still work for the prerequisites, but for building sagelib > everything slows to an agonizing one job at a time. Did someth

[sage-devel] Renaming `complement` method of vector subspaces to `orthogonal_complement`

2025-03-23 Thread dmo...@deductivepress.ca
The `complement` method of vector subspaces is being renamed to `orthogonal_complement` (with deprecation) in PR #39659. This is because the method returns the orthogonal complement (which is not always a complementary subspace). A genuine complementary subspace can now be obtained by calling `

Re: [sage-devel] How to build sagelib with multiple processes in parallel?

2025-03-23 Thread Nils Bruin
No, sorry. I should have included that this is on fedora (40 at the moment). On Sunday, 23 March 2025 at 16:24:09 UTC-7 dim...@gmail.com wrote: > On Sun, Mar 23, 2025 at 11:57:39AM -0700, Nils Bruin wrote: > > In the past I've build sagelib in parallel, with > > > > export MAKE="make -j8" > > ma