Re: [sage-devel] Behavior of optional packages

2024-07-18 Thread Matthias Koeppe
I have opened https://github.com/sagemath/sage/pull/38387, which intends to make "configure --enable-SPKG" work for "pip" packages. This will need some careful testing. On Saturday, July 13, 2024 at 2:47:56 AM UTC-7 David Coudert wrote: > I'm also not able to find the documentation of the best

Re: [sage-devel] Behavior of optional packages

2024-07-18 Thread Dima Pasechnik
On 18 July 2024 20:05:39 BST, Louis Deaett wrote: >If I may, I'd like to ask you to expand on this comment: > >> It's time to retire "sage -i". > >Why do you say that? And what specifically would be the replacement? ./configure + make Specifically, to make sure package foo is installed, ./c

Re: [sage-devel] Behavior of optional packages

2024-07-18 Thread Louis Deaett
If I may, I'd like to ask you to expand on this comment: > It's time to retire "sage -i". Why do you say that? And what specifically would be the replacement? Please forgive my ignorance; I am currently involved in an effort to package some code for Sage, and if there are changes coming to how

Re: [sage-devel] Behavior of optional packages

2024-07-13 Thread David Coudert
I'm also not able to find the documentation of the best way to install optional packages. It would be nice to know all the steps to install each specific package. I assume that the steps are not the same for all optional packages since some of them are pip installable and others are not. Thanks

Re: [sage-devel] Behavior of optional packages

2024-07-12 Thread enriqu...@gmail.com
Thanks. Is it documented somewhere? El viernes, 12 de julio de 2024 a las 15:01:19 UTC+2, Dima Pasechnik escribió: > Yes, this is a recent change. > It's time to retire "sage -i". > > Dima > > > On 12 July 2024 07:03:19 BST, "enriqu...@gmail.com" > wrote: > >> I am not sure if the subject refl

Re: [sage-devel] Behavior of optional packages

2024-07-12 Thread Dima Pasechnik
Yes, this is a recent change. It's time to retire "sage -i". Dima On 12 July 2024 07:03:19 BST, "enriqu...@gmail.com" wrote: >I am not sure if the subject reflects exactly what I mean but I have just >seen a change of behavior. It is maybe intended but I do not see it >reflected in the docume

[sage-devel] Behavior of optional packages

2024-07-11 Thread enriqu...@gmail.com
I am not sure if the subject reflects exactly what I mean but I have just seen a change of behavior. It is maybe intended but I do not see it reflected in the documentation or I did not know how to look for it. I use quite often the optional package sirocco. It was installed in my develop branch