Well we are certainly thinking about a better build system right now. I've looked at easybuild in the past. I generally do like it, but:
* For development we want something that can do partial rebuilds reliably. Easybuild aims more at the end-user building from scratch once. * Doesn't get us closer to normal distro packaging. Pretty much every distribution uses some variant of shell scripts. If we use shell script then distros can source from us, not so with .eb files. * We eventually want to be able to track which files are being installed, and perform uninstall/cached reinstall for developers. * We don't want a separate directory hierarchy per library, that is not how distributions work. * whats your plan for dealing with rpaths, rather important detail that is not in the documentation. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
