On Fri, Sep 11, 2020 at 11:16 PM Samuel Lelievre <[email protected]> wrote:
> > > Le vendredi 11 septembre 2020 05:55:47 UTC+2, Samuel Lelievre a écrit : >> >> >> >> Le jeudi 10 septembre 2020 19:15:43 UTC+2, Matthias Köppe a écrit : >>> >>> On Thursday, September 10, 2020 at 10:08:32 AM UTC-7, Samuel Lelievre >>> wrote: >>>> >>>> On a MacBook Air (early 2014) with >>>> macOS 10.14.6 Mojave, with Homebrew >>>> (but having removed Homebrew packages >>>> gcc@9, [email protected], arb, flint, gap, singular), >>>> `make` succeeds but `make testlong` fails >>>> unexpectedly still referring to [email protected]. >>>> >>> >>> "make distclean" and rebuilding should fix this >>> >> >> I forgot to mention this was a fresh git clone. >> I still tried your suggestion but testing failures >> persist after "make distclean" and rebuilding. >> > > I'll reinstall gcc@9 and [email protected] and try again. > but why, install gcc (i.g. gcc@10), Sage now accepts it. Probably you want to configure with CC=clang CXX=clang++ You may also try installing python3.8 and use it with the experimental branch from https://trac.sagemath.org/ticket/30546 > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/43d187fc-34aa-409d-bde2-caef240e5860o%40googlegroups.com > <https://groups.google.com/d/msgid/sage-release/43d187fc-34aa-409d-bde2-caef240e5860o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAAWYfq0QxQGK9tEiREbvpJBDHx1fPhNTLCJoDzDu2x%3D23FQmHA%40mail.gmail.com.
