Re: [sage-support] Re: sage 10.3.b2 build problem on OSX 12.7.1

2023-12-16 Thread John H Palmieri
Another quick solution (cherry-picked from the PR I mentioned) would be to change the first line of build/pkgs/editables/dependencies from | $(PYTHON_TOOLCHAIN) $(PYTHON) to | flit_core $(PYTHON) On Saturday, December 16, 2023 at 6:45:44 AM UTC-8 Heiko Knospe wrote: > Hi, > > same

Re: [sage-support] Re: sage 10.3.b2 build problem on OSX 12.7.1

2023-12-16 Thread 'Heiko Knospe' via sage-support
Hi, same build problem with flit_core for sage 10.3.b2 on Debian 11: [editables-0.5] Thread model: posix [editables-0.5] Supported LTO compression algorithms: zlib zstd [editables-0.5] gcc version 10.2.1 20210110 (Debian 10.2.1-6) [editables-0.5]

Re: [sage-support] Re: sage 10.3.b2 build problem on OSX 12.7.1

2023-12-16 Thread David Joyner
On Fri, Dec 15, 2023 at 3:04 PM John H Palmieri wrote: > In sage-release, Matthias pointed to missing dependencies for editables, > fixed in https://github.com/sagemath/sage/pull/36885. Maybe you can just > do "make flit_core" (to build the missing dependency) and then "make". > That works,

[sage-support] Re: sage 10.3.b2 build problem on OSX 12.7.1

2023-12-15 Thread John H Palmieri
In sage-release, Matthias pointed to missing dependencies for editables, fixed in https://github.com/sagemath/sage/pull/36885. Maybe you can just do "make flit_core" (to build the missing dependency) and then "make". On Friday, December 15, 2023 at 10:52:10 AM UTC-8 David Joyner wrote: > Hi: