On Wednesday, November 2, 2016 at 9:08:04 AM UTC, Jeroen Demeyer wrote: > > On 2016-11-02 09:37, Dima Pasechnik wrote: > > build failure at fpylll due to undeclared dependency on cysignals > > This is https://trac.sagemath.org/ticket/21795 > > > somehow, cygsignals should be built before any cython module > > The usual "dependencies" files can handle that. Why should cysignals be > treated differently from other dependencies? >
I would rather treat cysignals as a part of Python suite, and make sure they are built together with Python a sort of "codependency" - let's say Python is codependent on cysignals if they are to be built right after Python. Surely there are more examples like this that can simplify our dependencies graph. Dima -- You received this message because you are subscribed to the Google Groups "sage-release" 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 https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
