On May 2, 10:00 am, Nathann Cohen <[email protected]> wrote: > Helloooooo !! > > Nathann, do you know how the distribution of the Cbc package works? It > > > sounds as if Sage downloads a very vaguely-named "Cbc.spkg" (say), > > when it should look for a more specifically-named "Cbc275.spkg" or > > "Cbc23.spkg".
I believe that what happens is that sage -i X downloads the "most recent" X-x.y.z.spkg. For standard packages, this will actually be something *older* if you are using a development version, because that list only changes when a new Sage comes out (this has caused me no end of trouble in the past). But I guess for optional ones, as soon as the list of optional spkgs changes (somewhere?) it will download the next one. I don't know if there is an easy way to make those also behave "correctly", assuming the standard spkg behavior is correct. sage -f X-x.y.z should solve the problem, if you replace the exact X and x.y.z you are looking for. -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
