Re: [sage-devel] Can't compile 8.4.beta3

2018-09-06 Thread Andrew
On Thursday, 6 September 2018 22:40:37 UTC+10, Jeroen Demeyer wrote: > > On 2018-09-06 08:21, Andrew wrote: > > *package:pip-18.0 > >log file:/usr/local/src/sage/logs/pkgs/pip-18.0.log > > attach this log file please ^ > > Here's the log (Australia sleeps when the rest of the world

Re: [sage-devel] Re: Py3, sorting vertices of graph

2018-09-06 Thread Jori Mäntysalo
On Thu, 6 Sep 2018, John H Palmieri wrote: Also not ideal, but you could first try u < v, and if that fails, catch the error and use str(u) < str(v). But we can have Graph({'1': [1]}) and so not total order for str() of vertices. -- Jori Mäntysalo

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-06 Thread Steven Trogdon
The log file would be good. Though not on a Mac I had a "similar" situation where, for some reasion, local/bin/pip was missing. See https://groups.google.com/d/msg/sage-release/XUYlh2DHP9E/qIZEf8qRAAAJ On Thursday, September 6, 2018 at 1:21:42 AM UTC-5, Andrew wrote: > > I'm not able compile

[sage-devel] Re: Py3, sorting vertices of graph

2018-09-06 Thread John H Palmieri
On Thursday, September 6, 2018 at 6:23:26 AM UTC-7, David Coudert wrote: > > Le jeudi 6 septembre 2018 14:16:33 UTC+2, Martin R a écrit : >> >> Would it be hard to separate vertex labels and vertices? In other words, >> vertices would always be 0,...,n-1, and there would be an additional array

[sage-devel] Re: Error testing package flint-2.5.2.p2 (Red Hat 6.10)

2018-09-06 Thread 'Bill Hart' via sage-devel
The log shows there's a linking error for NTL. I assume it's something to do with the C++ standard used when compiling NTL. Not sure how to fix that. Hopefully someone has seen this before and knows how to fix it. -- You received this message because you are subscribed to the Google Groups

[sage-devel] Re: Py3, sorting vertices of graph

2018-09-06 Thread David Coudert
Le jeudi 6 septembre 2018 14:16:33 UTC+2, Martin R a écrit : > > Would it be hard to separate vertex labels and vertices? In other words, > vertices would always be 0,...,n-1, and there would be an additional array > containing the vertex labels. > Some graph backends do that, like `c_graph`.

Re: [sage-devel] Can't compile 8.4.beta3

2018-09-06 Thread Jeroen Demeyer
On 2018-09-06 08:21, Andrew wrote: *package:pip-18.0 log file:/usr/local/src/sage/logs/pkgs/pip-18.0.log attach this log file please ^ -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails

[sage-devel] Re: Py3, sorting vertices of graph

2018-09-06 Thread 'Martin R' via sage-devel
Would it be hard to separate vertex labels and vertices? In other words, vertices would always be 0,...,n-1, and there would be an additional array containing the vertex labels. (I would prefer to have this for many "labelled" combinatorial objects, such as set partitions, permutations,

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-06 Thread Eric Gourgoulhon
Hi, >From your install.log file, we can see a message that could provide some hint: [pip-18.0] /usr/local/src/sage/local/bin/python3: No module named pip As Samuel said, it would be helpful to look at /usr/local/src/sage/logs/pkgs/pip-18.0.log. Eric. -- You received this message because

[sage-devel] Re: Py3, sorting vertices of graph

2018-09-06 Thread David Coudert
Comparisons like u < v are used in many places in the code of graphs. We can try to use hash(u) < hash(v) instead, but this is certainly not the smartest solution. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group

Re: [sage-devel] Tools to compute Hilbert Poincaré series

2018-09-06 Thread Simon King
Done. On 2018-09-06, Dima Pasechnik wrote: > On Tue, Sep 4, 2018 at 10:15 AM Simon King wrote: >> Hannes wrote in the Singular forum > > I had an account for the Singular forum, it was linked to my employer's email > (back in 2005), long gone. I tried to create another account for > myself few

[sage-devel] Re: Can't compile 8.4.beta3

2018-09-06 Thread Samuel Lelievre
Thu 2018-09-06 08:21:42 UTC+2, Andrew: > > I'm not able compile any of the 8.4 betas on both my laptop > and a desktop machine. I had no problem with 8.3 betas. > > Quite possibly I am doing, or have done, something stupid but I > don't think that I have changed anything from 8.3. I am running >

Re: [sage-devel] Tools to compute Hilbert Poincaré series

2018-09-06 Thread Dima Pasechnik
On Tue, Sep 4, 2018 at 10:15 AM Simon King wrote: > Hannes wrote in the Singular forum I had an account for the Singular forum, it was linked to my employer's email (back in 2005), long gone. I tried to create another account for myself few days ago, the process says it has to be enabled by

[sage-devel] Can't compile 8.4.beta3

2018-09-06 Thread Andrew
I'm not able compile any of the 8.4 betas on both my laptop and a desktop machine. I had no problem with 8.3 betas. Quite possibly I am doing, or have done, something stupid but I don't think that I have changed anything from 8.3. I am running ProductName:Mac OS X ProductVersion: