Re: [sage-devel] Sage build failure on MacOS Sequoia 15.4

2025-04-08 Thread Michael Orlitzky
On 2025-04-08 03:29:40, Zeke wrote: > I'm having trouble building sage, encountering errors for the below > packages. > > 1. for both singular and gfan > > Error arises from ./gfanlib_matrix.h > > a.vectormultiply(b.column(i)) For singular, this is: https://github.com/Singular/Singular/is

Re: [sage-devel] Sage build failure on MacOS Sequoia 15.4

2025-04-08 Thread Dima Pasechnik
This looks like the report from https://groups.google.com/g/sage-release/c/fbtK6VeIikE/m/zhJp0MtgCQAJ (which also suggests fixes etc) On Tue, Apr 8, 2025 at 9:55 AM Zeke wrote: > > I'm having trouble building sage, encountering errors for the below packages. > > 1. for both singular and gfan > >

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-08 Thread Léon Vaia
Thank you very much Dima. Trying to run sudo apt-get libffi-dev xz-utils liblzma-dev I get E: Invalid operation libffi-dev Installing the dependencies from the link you provided doesn't get me any error. Running ./configure gets me the following message: real_configure: hint: installing t

[sage-devel] Sage build failure on MacOS Sequoia 15.4

2025-04-08 Thread Zeke
I'm having trouble building sage, encountering errors for the below packages. 1. for both singular and gfan Error arises from ./gfanlib_matrix.h a.vectormultiply(b.column(i)) 2. for lcalc error: reference to 'complex' is ambiguous 3. for fflas_ffpack no member named 'Low' in 'rint' 1

[sage-devel] Re: How do we use uv (the software)?

2025-04-08 Thread 'tobia...@gmx.de' via sage-devel
There is no real roadmap. The low-hanging fruit is to replace all `pip install` in CI with uv to make use of the lock file mechanism. Moreover, I could imagine the following aim for installing sage from source (without using conda): 1) Install all system packages 2) Run `uv sync` to build (and i