[sage-support] Re: Error installing package scipy-1.12.0 in Develop

2024-09-11 Thread Kevin Youren
Thanks for replying, Eric I did precisely what you suggested, tried make -j4, but no luck. I even opened and read my paper book "GNU Make" by Stallman. So, I tried "make" by itself, and it did slow it down a bit. However scipy simply took over all 12 cpus, at lightning speed. The advantage of

[sage-support] Re: Error installing package scipy-1.12.0 in Develop

2024-09-11 Thread Eric Gourgoulhon
Hi, >From the log file: [spkg-install] g++: fatal error: Killed signal terminated program cc1plus This points towards a maximum memory reached. You may decrease the number of threads in the parallel build, e.g. using make -j4 instead of make -j8. Best regards, Eric. -- You received this me