[sage-devel] Ring of undetermined coefficients

2024-01-17 Thread 'Martin R' via sage-devel
Over at https://github.com/sagemath/sage/pull/37033 I am hitting the following question: Is it possible to have a ring UndeterminedCoefficientRing(R) which, for every functorial construction F(R) has pushout F(UndeterminedCoefficientRing(R)). I am not sure whether the phrasing of the question

[sage-devel] Re: Sage build from source problems

2024-01-17 Thread Aashraya Jha
I had not run ". ./.homebrew-build-env"; it is working now. Thanks a lot, Matthias! On Wednesday 17 January 2024 at 21:24:55 UTC-5 Matthias Koeppe wrote: > From sageliblog: > >gcc -bundle -undefined dynamic_lookup > -L/Users/aashrayajha/GitHub/Sage/sage/local/lib >

[sage-devel] Re: Sage build from source problems

2024-01-17 Thread Matthias Koeppe
>From sageliblog: gcc -bundle -undefined dynamic_lookup -L/Users/aashrayajha/GitHub/Sage/sage/local/lib -Wl,-rpath,/Users/aashrayajha/GitHub/Sage/sage/local/lib -L/Users/aashrayajha/GitHub/Sage/sage/local/lib -Wl,-rpath,/Users/aashrayajha/GitHub/Sage/sage/local/lib

[sage-devel] Sage build from source problems

2024-01-17 Thread Aashraya Jha
Hello, I have tried to build Sage from source but have had no success. David Roe suggested I contact this email for assistance; I am attaching a couple of log files. https://drive.google.com/drive/folders/1OoD4bJlGjOlYyMOsJtO0-4vg70L5EiNq?usp=drive_link My laptop is a Macbook 14 inch with Apple

[sage-devel] Re: Application for NumFOCUS affiliation of SageMath

2024-01-17 Thread Matthias Koeppe
Yes, please, post your comments here. On Wednesday, January 17, 2024 at 7:31:28 AM UTC-8 Trevor Karn wrote: > Will this thread be used for discussion prior to the April 15 deadline? > > On Monday, January 15, 2024 at 11:42:10 PM UTC-8 Matthias Koeppe wrote: > >> As I have not received sufficient

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

2024-01-17 Thread Aurore Guillevic
Yes, my problem is solved. Indeed, it was caused by an old manual installation of gmp, still present in /usr/local. I ran make with --with-system-gmp=no to be sure that sage would re-build its own gmp. Finally it worked. I uninstalled the old gmp in /usr/local too. Thanks for your help!

[sage-devel] Re: Application for NumFOCUS affiliation of SageMath

2024-01-17 Thread Trevor Karn
Will this thread be used for discussion prior to the April 15 deadline? On Monday, January 15, 2024 at 11:42:10 PM UTC-8 Matthias Koeppe wrote: > As I have not received sufficient feedback by today, I'll retarget to the > next deadline, Apr 15. > Comments and discussion please by January 31. >

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

2024-01-17 Thread Dima Pasechnik
Functions such as Group(), PermutationGroup() take such lists as inputs. On 17 January 2024 06:35:07 GMT, 'Ruchit Jagodara' via sage-devel wrote: >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