in the meantime we found out what went wrong with conda installation. Basically, it always needs conda's pkg-config package, and if instead the system one is used, things go very wrong. Fixed by https://trac.sagemath.org/ticket/30662 (so that pkg-config from conda is a hard requirement)
On Sat, Sep 26, 2020 at 7:57 AM Dima Pasechnik <[email protected]> wrote: > > in the meant > > On Fri, Sep 25, 2020 at 11:41 PM Samuel Lelievre > <[email protected]> wrote: > > > > If you are more interested in the develop branch > > than in the master branch, then instead of > > ``` > > $ git clone git://github.com/sagemath/sage.git > > ``` > > you can do something like this: > > ``` > > $ ORIGIN=git://github.com/sagemath/sage.git > > $ git clone --single-branch --branch develop --tags $ORIGIN > > ``` > > > > -- > > You received this message because you are subscribed to the Google Groups > > "sage-devel" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/sage-devel/ac504b7b-bd97-4416-9325-742ee162e731o%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq2edxXMbrC%3DXfT%3DpH1w80tkR81oZomHNzqnnA-hym707g%40mail.gmail.com.
