[sage-devel] Re: CI workflow approval

2025-01-28 Thread Marc Mezzarobba
Marc Mezzarobba wrote: > Could someone with the required permissions please approve the CI > workflows at https://github.com/sagemath/sage/pull/39391 ? ...again? Thanks btw to whoever did it before! -- Marc -- You received this message because you are subscribed to the Google Groups "sage-de

[sage-devel] Re: Error with package during build on linux

2025-01-28 Thread Antonio Rojas
Are you really trying to build the 3-years-old version 9.5, or is that just the name of the dir? In the latter case, please post the full config.log El martes, 28 de enero de 2025 a las 14:41:18 UTC+1, aliat...@gmail.com escribió: > Hi, > > After running ./configure then make, I get greeted wit

[sage-devel] Re: Problems compiling sagemath 10.5.

2025-01-28 Thread Antonio Rojas
See the several reports about this on sage-support. El martes, 28 de enero de 2025 a las 14:41:25 UTC+1, ssimon...@gmail.com escribió: > I tried to compile from sagemath 10.5 source, but I get an error at some > point that stops the compilation: "Error installing package sagelib-10.5". > The co

Re: [sage-devel] Error Building Sage With WSL

2025-01-28 Thread Caleb Van't Land
That worked and I was able to successfully build sage. Unfortunately it started failing again once I pulled the latest version (10.6.beta5). Now ./configure is failing with the following error: configure: error: found a good version of tar in /bin//tar, but it's not the first "tar" program in y

Re: [sage-devel] Subgroups of automorphism groups of graphs

2025-01-28 Thread Gareth Ma
It seems that this is intended? The correct equivalent code is: sage: gens = [[(2, 4)], [(1, 2)]] sage: pg = PermutationGroup(gens=gens); pg Permutation Group with generators [(2,4), (1,2)] sage: pg._libgap_() Group([ (2,4), (1,2) ]) sage: pg = PermutationGroup(gens=gens, domain={1, 2, 4}); pg Per

[sage-devel] Subgroups of automorphism groups of graphs

2025-01-28 Thread 'Peter Mueller' via sage-devel
The following code shows that subgroups of automorphism groups of graphs are handled wrongly: sage: g = Graph([[1, 2, 4], []]) sage: a = g.automorphism_group() sage: print(a) Permutation Group with generators [(2,4), (1,2)] sage: print(a.commutator()) Permutation Group with generators [(1,2,3)]

[sage-devel] CI workflow approval

2025-01-28 Thread Marc Mezzarobba
Hi, Could someone with the required permissions please approve the CI workflows at https://github.com/sagemath/sage/pull/39391 ? Thanks, -- Marc -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving