flatsurf / e-antic

Embedded algebraic number fields
https://flatsurf.github.io/e-antic/libeantic/
GNU Lesser General Public License v3.0
12 stars 11 forks source link

Flint3 #264

Closed videlec closed 9 months ago

videlec commented 10 months ago

Checklist

Update e-antic to work with the now released flint 3.0.0.

Fixes #263.

Dependencies
videlec commented 10 months ago

Of course, one would need flint 3.0.0 in conda.

saraedum commented 10 months ago

I think you need to adapt the tests so that it does not test with FLINT 2.6-2.9.

videlec commented 9 months ago

Hmm if we drop flint-2 we can not test with sage anymore (flint-3 is only available in sage 10.3.beta0).

saraedum commented 9 months ago

It won't be pretty but we can support FLINT 2 & 3 I guess?

If we go down that road, we should do the same in the entire flatsurf stack.

Let me try to make these changes to e-antic to see how ugly it ends up being.

videlec commented 9 months ago

Supporting flint 2 & 3 would indeed be nice.

saraedum commented 9 months ago

FLINT 2 & 3 is now in https://github.com/flatsurf/e-antic/pull/266. It works locally but something is not working out in the CI still.