Re: [sage-devel] gap-packages in conda

2025-04-01 Thread Dima Pasechnik
there is presently some kind of mess with GAP packages (i.e. "full" GAP) in Conda - only GAP 4.13 is available, no GAP 4.14. And that GAP 4.13 is not compatible with Sage, as it uses old libflint and arb. I have opened https://github.com/conda-forge/gap-feedstock/issues/94 On Friday, March 7, 20

Re: [sage-devel] gap-packages in conda

2025-03-07 Thread Vincent Delecroix
It turns out that there are three packages concerned with gap in conda - gap-core : only the gap executable - gap-defaults : a tiny subset of gap packages - gap : all packages (that build) Installing gap solved my issue! On Fri, 7 Mar 2025 at 09:31, Vincent Delecroix <20100.delecr...@gmail.com> w

Re: [sage-devel] gap-packages in conda

2025-03-07 Thread Vincent Delecroix
Thanks Dima for the pointers. Note that it does not exactly solve the issue in the "dirty short term way" since images depends on ferret which contains C++ code. On Thu, 6 Mar 2025 at 16:08, Dima Pasechnik wrote: > > On Thu, Mar 6, 2025 at 3:21 AM Vincent Delecroix > <20100.delecr...@gmail.com>

Re: [sage-devel] gap-packages in conda

2025-03-06 Thread Dima Pasechnik
On Thu, Mar 6, 2025 at 3:21 AM Vincent Delecroix <20100.delecr...@gmail.com> wrote: > I have code relying on the GAP package Images > (https://gap-packages.github.io/images/doc/chap0_mj.html). Short > version of the question : is there a (dirty short term or clean long > term) solution for having