Thanks, the install has worked, and running ./sage --testall only had three doctests fail (sage -t --random-seed=0 src/sage/schemes/elliptic_curves/ell_rational_field.py # 2 doctests failed sage -t --random-seed=0 src/sage/lfunctions/sympow.py # 3 doctests failed). Is there a natural way to check these calculations and see why they failed?
git clone ... only gave me a develop branch, which I assume isn't an issue given that I've cloned 9.2.beta13? Otherwise thanks so much for the patience and help with the build, looking forward to having a go at some tickets! On Saturday, September 26, 2020 at 8:00:23 AM UTC+1 [email protected] wrote: > 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/c6248e1c-9050-4a5a-810a-bd5e3a33cb31n%40googlegroups.com.
