[sage-devel] Re: Implementing minimum_generating_set() function

2024-01-16 Thread 'Ruchit Jagodara' via sage-devel
And to implement the function, I want a function that takes a list of generators and returns a group. Does anyone know of any function that can do this? On Friday, January 12, 2024 at 8:38:18 PM UTC+5:30 Ruchit Jagodara wrote: > I am implementing the minimum_generating_set function in Sage, but

[sage-devel] Re: Error building sage on ubuntu 22.04.3 from git, develop branch, package singular-4.3.2p8, eclib

2024-01-16 Thread Matthias Koeppe
>From config.log: configure:13475: will use system package and not install SPKG gmp configure:13511: checking absolute name of configure:13517: checking for gmp.h configure:13517: result: yes configure:13538: result: ///usr/local/include/gmp.h Try removing the installation in /usr/local On Mond

Re: [sage-devel] Error compiling sagelib-10.2 with --enable-system-site-packages

2024-01-16 Thread Niranjana K M
> > > FWIW we're about to get GAP in Gentoo: > > https://github.com/gentoo/gentoo/pull/34472 > > And then the only system packages that are missing are PALP and a few > databases. Everything else can be detected and used by Sage, and that > should speed up a clean build by a lot. I would still re

Re: [sage-devel] Error building sage on ubuntu 22.04.3 from git, develop branch, package singular-4.3.2p8, eclib

2024-01-16 Thread John Cremona
Try not using the system's eclib. I don't think that any Linux distribution has an up to date eclib (but I don't keep track of this). Sage does now have a very up to date eclib, and building it will not take long. John Cremona On Mon, 15 Jan 2024 at 21:59, Aurore Guillevic wrote: > Dear Sagema