about summary refs log tree commit diff
path: root/pkgs/applications/science/math/gap
Commit message (Collapse)AuthorAge
* gap: remove explicit configreFlagsTimo Kaufmann2020-05-28
| | | | System gmp is now the default.
* gap: add readline supportTimo Kaufmann2020-05-28
| | | | | Technically optional but strongly recommended from upstream. Replaces their own implementation for input parsing.
* gap: use https for the homepageTimo Kaufmann2020-05-28
|
* gap: fix comment typoTimo Kaufmann2020-05-28
|
* gap: remove m4 dependencyTimo Kaufmann2020-05-28
| | | | | No longer necessary, since the build system was significantly overhauled / replaced by Max Horn.
* gap: move to new source URLTimo Kaufmann2020-05-28
| | | | | GAP downloads moved to a new subdomain. The old one still redirects, but the new one is the "source of truth" so we should switch to that.
* gap: use the `check` target for install checksTimo Kaufmann2020-05-28
| | | | | | | | | | As suggested by Max Horn. This exists since gap 4.10 and will only run the install checks once while also exiting with an appropriate exit code. This new check has uncovered some test failures, which are harmless and actually disabled in a future gap release. The error-detection code for the previous test target was probably broken.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* gap: 4.10.1 -> 4.10.2 (#64026)R. RyanTM2019-07-01
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gap/versions
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* gap: mark as broken on darwinTimo Kaufmann2019-04-20
| | | | Has been failing to build for a while.
* gap: 4.10.0 -> 4.10.1Timo Kaufmann2019-04-20
|
* gap: add packageSet optionTimo Kaufmann2019-01-17
| | | | | | | | | | | | | | | 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.
* gap: install libgapTimo Kaufmann2019-01-17
| | | | | | 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.
* gap: add timokau as maintainerTimo Kaufmann2019-01-16
| | | | So that I'll be notified on changes which likely impact sage.
* gap: 4r8p10 -> 4.10.0 (#53037)Timo Kaufmann2018-12-29
| | | | This new version also has a libgap replacement, so after the next sage update gap-libgap-compatible and libgap won't be necessary anymore.
* gap-minimal: fix ofBorg evaluationGuillaume Maudoux2018-04-11
|
* gap: 4r8p3 -> 4r8p10Timo Kaufmann2018-04-11
|
* gap : 4.4.12 -> 4.8.3Chris Jefferson2016-06-03
|
* gap: reimplement using mkDerivationJoachim Fasting2015-11-24
|
* Mark some packages with undownloadable source as brokenEelco Dolstra2015-09-01
|
* Merge remote-tracking branch 'origin/master' into staging.Peter Simons2014-08-04
|\ | | | | | | | | Conflicts: pkgs/desktops/e18/enlightenment.nix
| * Fix broken license references.Peter Simons2014-07-28
| |
| * Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
| |
* | Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
|/ | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Add packages to GAPMichael Raskin2012-04-05
| | | | svn path=/nixpkgs/trunk/; revision=33601
* Adding GAP discrete algebra systemMichael Raskin2012-03-08
svn path=/nixpkgs/trunk/; revision=32908