Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 9aa46aedfeb0
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 29e150d85fca
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 16, 2019

  1. gap: add timokau as maintainer

    So that I'll be notified on changes which likely impact sage.
    timokau committed Jan 16, 2019
    Copy the full SHA
    6bbd059 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. gap: install libgap

    There are some starts of a `make install`, but nothing complete yet.
    Upstream now ships a `libgap` as a replacement of the custom one used by
    sagemath.
    timokau committed Jan 17, 2019
    Copy the full SHA
    bb173ec View commit details
    Browse the repository at this point in the history
  2. gap: add packageSet option

    Two reasons for this:
    
    - more fine-grained space/functionality tradeoff
    
    - preparation for the sage 8.6 update, which finally doesn't need a
      downgraded gap anymore but does break when unexpected (non-standard)
      packages are installed. Details: https://trac.sagemath.org/ticket/26983
    
    The proper way to deal with gap packages would be to create a package
    set, package each one individually and have something like gap
    equivalent of `python.withPackages`. I am not willing to do that
    however.
    timokau committed Jan 17, 2019
    Copy the full SHA
    cf63a8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #54127 from timokau/gap-improvements

    gap: install libgap, add packageSet option
    timokau committed Jan 17, 2019
    Copy the full SHA
    29e150d View commit details
    Browse the repository at this point in the history