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

Load PrimGrp, SmallGrp and TransGrp packages if available #1714

Merged
merged 2 commits into from
Oct 6, 2017

Commits on Sep 29, 2017

  1. Load PrimGrp, SmallGrp and TransGrp packages if available

    If any of these packages is not available, GAP will read corresponding
    directory (`prim`, `small` or `trans`).
    
    Also replaced the call of `IsIrreducible` in `lib/galois.g` by
    `IsIrreducibleRingElement` to allow reading it earlier than
    `overload.g`, and moved definition of `TRANSREGION` out of `trans`
    directory to make it working both with `trans` and TransGrp package.
    Alexander Konovalov committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    b9d74e0 View commit details
    Browse the repository at this point in the history
  2. Use package archives for the master branch for bootstrapping

    Alexander Konovalov committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    3af6942 View commit details
    Browse the repository at this point in the history