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
./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
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.
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,