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
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
>
>
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
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
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