I tried a conda-based install because I wanted to try some development on a 
machine with questionable rerequisites. Indeed, conda provided all prereqs 
very smoothly. On

https://doc.sagemath.org/html/en/installation/conda.html

the use of pip is advertised as superior to "make" and it has the following 
advice: After editing any Cython files, rebuild the Sage library using:

$ pip install --no-build-isolation --config-settings editable_mode=compat 
-v -v --editable src 

with a tiny change to a file that didn't change any signatures, this 
triggered what looked to me like a full rebuild of the library. I don't 
think that's a reasonable alternative to make. I don't mind a pip-based 
work flow, but it needs better tools to figure out a minimal recompile.

-- 
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, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/31aac6ad-8242-40dd-82d0-2e550b52815cn%40googlegroups.com.

Reply via email to