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

2024-09-15 Thread Dima Pasechnik
Curiously, this might be a regression in meson 1.3.2 (or perhaps your OS mangles it somehow), as Sage carries 1.3.1. Anyhow, the current meson version is 1.5.1, so both of these are old. On Sun, Sep 15, 2024 at 2:17 PM Kevin Youren wrote: > > Dima, > > well done and thank you! > > I started the

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

2024-09-15 Thread Kevin Youren
Dima, well done and thank you! I started the rebuild very soon after your suggestion. The build is doing the html doc stage, well passed the scipy. I think I did 5 or 6 builds that failed. There was no freeze. Thank you very much, regards, Kevin On Sunday 15 September 2024 at 20:37:59 UT

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

2024-09-15 Thread Dima Pasechnik
That's unfortunate, and it might be a bug in the meson/meson-python/ninja versions installed on your machine. (that's a curse of LTS versions, they often remain with old buggy versions). You can check if using instead versions vendored by Sage would work. Run ./configure --with-system-meson=no --