Re: [sage-devel] PROPOSAL: remove python3 spkg from Sage

2025-04-11 Thread Marc Culler
On Thursday, April 10, 2025 at 9:53:04 PM UTC-5 Tobias wrote: With all non-python pre-reqs in place, just run./bootstrap and pip to build sagelib, that's all. No need to worry about a dodgy custom venv, unhappy ./configure, etc. > Interesting, where can I find a list of the non-python pre-

Re: [sage-devel] PROPOSAL: remove python3 spkg from Sage

2025-04-11 Thread Dima Pasechnik
On 11 April 2025 11:28:17 GMT-05:00, Marc Culler wrote: > > >On Thursday, April 10, 2025 at 9:53:04 PM UTC-5 Tobias wrote: > > >With all non-python pre-reqs in place, >just run./bootstrap and pip to build sagelib, that's all. >No need to worry about a dodgy custom venv, >unhappy ./configure,

Re: [sage-devel] PROPOSAL: remove python3 spkg from Sage

2025-04-11 Thread Marc Culler
If we can get back to the original topic of this thread, I would like to report on the experiment I just finished. That experiment was to update the python3 spkg to Python-3.13.3 (the latest python release) and then build Sage 10.7.b0 using the updated spkg and the usual build script that I al

Re: [sage-devel] PROPOSAL: remove python3 spkg from Sage

2025-04-11 Thread Isuru Fernando
Hey all, Here's a possible solution to this problem: https://github.com/3-manifolds/Sage_macOS/pull/82 It needs these 4 PRs in sage applied to build sage: https://github.com/sagemath/sage/pulls/isuruf I have checked that sage builds fine, but I haven't checked that the framework builds (and there

Re: [sage-devel] PROPOSAL: remove python3 spkg from Sage

2025-04-11 Thread Dima Pasechnik
On Fri, Apr 11, 2025 at 5:55 PM Marc Culler wrote: > > If we can get back to the original topic of this thread, I would like to > report on the experiment I just finished. That experiment was to update the > python3 spkg to Python-3.13.3 (the latest python release) and then build Sage > 10.7.b