[sage-devel] Re: I got an error while trying to build sage devel for the first time on my mac and it told me to put the log file here.

2020-10-03 Thread Samuel Lelievre
After getting the latest sources and changing to the Sage folder, did you run the following commands? source .homebrew-build-env make configure ./configure make Please send the file config.log, and also run brew list --versions > brew-list-versions.txt and send the resulting

[sage-devel] I got an error while trying to build sage devel for the first time on my mac and it told me to put the log file here.

2020-10-03 Thread B. Thompson
Hello, I'm trying to install the latest version of sage, the developer version. I've done this before on my Mac before it got wiped, albeit with a lot of computer scientists' help to get past git hub errors. I followed the guide on wiki along with a quick guide written by Ben Hutz (attached)

[sage-devel] Re: libnauty: args inversed in spkg-configure.m4

2020-10-03 Thread Matthias Koeppe
Thanks for catching this. I have created https://trac.sagemath.org/ticket/30703 for this. Could you push your fix to the ticket please? On Saturday, October 3, 2020 at 8:57:36 AM UTC-7, Thierry Thomas wrote: > > Hello, > > I´m working on Sage-9.2.beta14, and I noticed that 2 args are switched

Re: [sage-devel] libnauty: args inversed in spkg-configure.m4

2020-10-03 Thread Dima Pasechnik
Good catch. Matthias, this seems to be your code there. Dima On Sat, 3 Oct 2020, 16:57 Thierry Thomas, wrote: > Hello, > > I´m working on Sage-9.2.beta14, and I noticed that 2 args are switched > in AC_SEARCH_LIBS: densenauty is the function and nauty is the library: > > --- build/pkgs/libnauty/

[sage-devel] libnauty: args inversed in spkg-configure.m4

2020-10-03 Thread Thierry Thomas
Hello, I´m working on Sage-9.2.beta14, and I noticed that 2 args are switched in AC_SEARCH_LIBS: densenauty is the function and nauty is the library: --- build/pkgs/libnauty/spkg-configure.m4.orig 2020-10-02 15:26:33 UTC +++ build/pkgs/libnauty/spkg-configure.m4 @@ -2,6 +2,6 @@ SAGE_SPKG_CONFIGU

[sage-devel] Re: sage -i fricas broken ?

2020-10-03 Thread Samuel Lelievre
2020-10-02 11:39:34 UTC+2, Samuel Lelievre: > > Until the tarball is uploaded to our download mirrors Done now (thanks Volker!): see fricas-1.3.6 listed at http://files.sagemath.org/spkg/upstream/fricas/index.html -- You received this message because you are subscribed to the Google Groups "s

Re: [sage-devel] Polytope triangulation fails sometimes on polytopes with non-precise vertices

2020-10-03 Thread Dima Pasechnik
Following this post, an entertaining discussion of ways to improve handling of polytopes over RDF has started on https://trac.sagemath.org/ticket/30699 On Fri, Oct 2, 2020 at 1:26 PM Günter Rote wrote: > > Example 1. > P1=Polyhedron(backend='cdd', base_ring=RDF, vertices=[(RDF(1), -RDF(1), > RDF