[sage-devel] Re: Patching Sage's Python's packages

2025-01-31 Thread John H Palmieri
Also, you can tell whether Sage built Python by looking (a) at the output to the initial ./configure command, and (b) see if there is a python3-3.12.log file (or some file name like that) in logs/pkgs/. Similar for setuptools. I think the default is for Sage to build its own setuptools, even if

[sage-devel] Re: Patching Sage's Python's packages

2025-01-31 Thread John H Palmieri
Does it help if you run "make V=0 build"? "V=0" sets the verbosity level to zero, and when I use that, I don't see any such message printed to the screen. They're still written to the log files, and I think that's good: the default should be to write with full verbosity to the log files. On Fri