Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FLINT_jll #1568

Merged
merged 5 commits into from
May 4, 2024
Merged

Update FLINT_jll #1568

merged 5 commits into from
May 4, 2024

Commits on Apr 25, 2024

  1. Change FLINT dependency from 2.9 to 3.1

    This includes:
    
    * Reduce size of fq_default_ctx_struct to match the synonymous
      gr_ctx_struct.
    * Adjust for FLINT 3.1 fq_nmod where ulongs are now encouraged within
      this module.
    * Adjust for FLINT 3.1 fmpz_mod_mat changes where context objects should
      be part of the argument.
    albinahlback committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1d0abe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7dadf3 View commit details
    Browse the repository at this point in the history
  3. Return fq_nmod prime as fmpz

    Co-authored-by: Tommy Hofmann <[email protected]>
    albinahlback and thofma authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2175f3e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. remove some old hack

    thofma committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    675bbf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    3e04526 View commit details
    Browse the repository at this point in the history