[sage-devel] dropping numpy 1 support?

2025-05-05 Thread Dima Pasechnik
We still support external numpy 1.x.y, but it comes at a price. Let's drop it? https://github.com/sagemath/sage/issues/40050 Dima -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, se

Re: [sage-devel] Sage build fails on Ubuntu 25.04

2025-05-05 Thread Dima Pasechnik
./configure without `--enable-system-site-packages` will ignore most Python packages on its list of dependencies. `./configure --enable-system-site-packages` wil try to use the latter, but it might run into a version conflict. (because most Linux distros don't have the complete range of these avail

Re: [sage-devel] Fedora 42 too new?

2025-05-05 Thread Vincent Macri
I think just before configure, but I didn't do any testing to verify that's the only place you need it. I just ran it once then did all the steps to build from source without closing the terminal. -- You received this message because you are subscribed to the Google Groups "sage-devel" group.

Re: [sage-devel] Fedora 42 too new?

2025-05-05 Thread Dima Pasechnik
On Mon, May 5, 2025 at 11:56 AM Vincent Macri wrote: > I think just before configure, but I didn't do any testing to verify > that's the only place you need it. I just ran it once then did all the > steps to build from source without closing the terminal. > By right, once ./configure is run,