Re: [sage-devel] rebuilding Cython files in `conda` installation

2024-01-24 Thread Gareth Ma
Thank you both for the suggestion, I went with Dima's suggestion by running `sage -b` once, and now it supports incremental building. I will try Nils' approach and see if I can figure it out - if I do, I will add it to the conda-forge installation documentations page :) Best regards, Gareth

Re: [sage-devel] rebuilding Cython files in `conda` installation

2024-01-24 Thread Dima Pasechnik
On 24 January 2024 15:58:56 GMT, Gareth Ma wrote: >Hi all, my development Sage installation uses the conda instructions here >. > >There is a command below for how to

[sage-devel] rebuilding Cython files in `conda` installation

2024-01-24 Thread Gareth Ma
Hi all, my development Sage installation uses the conda instructions here . There is a command below for how to recompile Cython files: pip install --no-build-isolation