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