On Mon, May 9, 2011 at 3:05 AM, Ondrej Certik <ond...@certik.cz> wrote:
> On Sat, May 7, 2011 at 9:41 PM, Robert Bradshaw
[...]
>> What about
>> dependencies (e.g. if the version of Cython was updated, would all the
>> stuff depending on Cython get re-compiled?
>
> No. Only the other way round -- if you want to install "phaml", that
> uses Cython to wrap Fortran, it will also pull in "cython"
> automatically (as well as all the other packages). However, since the
> dependency tree is known, we can add this feature as well, to
> recompile all "rdepends" (reverse dependencies, to use Debian
> terminology).

That's actually the first issue I have created about Qsnake some time ago :)

https://github.com/qsnake/qsnake/issues/1

so I just updated it with your idea to automatically recompile reverse
dependencies. That's a great idea. Once implemented, just this should
keep you up to date with the latest git versions of all packages:

qsnake update
qsnake upgrade


Ondrej

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to