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

GAP 4.13.1 #38804

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open

GAP 4.13.1 #38804

wants to merge 15 commits into from

Commits on Oct 12, 2024

  1. gap: fix doctests for gap 4.13.1

    tornaria authored and orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1879f0a View commit details
    Browse the repository at this point in the history
  2. gap: fix doctests for gap 4.13

    In gap 4.13 there are some improvements, e.g. converting fp groups to
    permutation groups, computing abelianization of fp groups, which lead to
    different generators.
    
    This commit fixes doctests so they pass using gap 4.13.
    tornaria authored and orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    414c7a2 View commit details
    Browse the repository at this point in the history
  3. build/pkgs/gap: Update to 4.13.0

    mkoeppe authored and orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    37cbf64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ec7cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b240bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bb5810 View commit details
    Browse the repository at this point in the history
  7. build/pkgs/gap/spkg-check.in: use the GAP just built to perform the t…

    …ests
    
    Co-authored-by: Max Horn <max@quendi.de>
    2 people authored and orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    19bd9e4 View commit details
    Browse the repository at this point in the history
  8. build/pkgs/gap: Update to 4.13.1

    mkoeppe authored and orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f13ee7f View commit details
    Browse the repository at this point in the history
  9. tox.ini, .ci/write-dockerfile.sh: Remove gap from list of packages wh…

    …ose test suite is disabled
    mkoeppe authored and orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c3143f8 View commit details
    Browse the repository at this point in the history
  10. tox.ini, .ci/write-dockerfile.sh: Remove packages that have been redu…

    …ced to dummy from list of packages whose test suite is disabled
    mkoeppe authored and orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0d0e8c8 View commit details
    Browse the repository at this point in the history
  11. src/sage/features/gap.py: add "polenta" to all_features()

    There are a few simplicial set tests that require the polenta package
    with gap-4.13.x. We declare a new feature to support the corresponding
    "needs" tag.
    orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    86f5553 View commit details
    Browse the repository at this point in the history
  12. src/sage/categories/simplicial_sets.py: add "needs" for polenta GAP p…

    …ackage
    
    Three tests in this file need the GAP package "polenta" to be
    installed; otherwise, the output (although perhaps not _wrong_) is not
    quite what we expect.
    orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1fc1954 View commit details
    Browse the repository at this point in the history
  13. build/pkgs/gap: backport patch to fix optional GRAPE test failures

    Fixes gap-system/gap#5796
    
    This is the patch I'm using on Gentoo, it combines the upstream fix
    and one of its dependencies (without which the desired fix does not
    apply). Without it, you'll get some test failures with gap-4.13.x
    when GRAPE happens to be installed.
    orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    1f183b6 View commit details
    Browse the repository at this point in the history
  14. build/pkgs/gap/spkg-configure.m4: accept >= gap-4.13.0

    I've left the upper bound in there, but set to "5.0.0" which should
    have no real effect. But if 4.14.0 comes out and breaks somes tests,
    it's a lot easier to tweak the existing upper bound than it is to add
    one (again) and reindent everything.
    orlitzky committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    f8f4d22 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. src/sage: touch libgap consumers

    Force these consumers of libgap to be rebuilt after the recent GAP
    upgrade.
    orlitzky committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    34817df View commit details
    Browse the repository at this point in the history