Opened 7 years ago
Last modified 4 years ago
#19915 closed enhancement
Unprefixed libgap — at Version 4
Reported by: | vbraun | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | packages: standard | Keywords: | GAP, libgap |
Cc: | alexk, dimpase, embray, fbissey, arojas, gh-sebasguts, jpflori, markuspf, nthiery, slelievre, vbraun, wstein, gh-timokau | Merged in: | |
Authors: | Volker Braun | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | u/vbraun/unprefixed_libgap (Commits, GitHub, GitLab) | Commit: | c5ff9c85fca998c2d132e4b0b9671f6ced1092e5 |
Dependencies: | #19911 | Stopgaps: |
Description (last modified by )
By unprefixed libgap we mean libgap where the symbols are not mangled to all start with libGAP_
. This branch makes the necessary changes to the Sage library to use unprefixed GAP symbols.
Change History (4)
comment:1 Changed 7 years ago by
- Branch set to u/vbraun/unprefixed_libgap
comment:2 Changed 7 years ago by
- Branch u/vbraun/unprefixed_libgap deleted
comment:3 Changed 7 years ago by
- Branch set to u/vbraun/unprefixed_libgap
comment:4 Changed 7 years ago by
- Commit set to c5ff9c85fca998c2d132e4b0b9671f6ced1092e5
- Component changed from PLEASE CHANGE to packages: standard
- Dependencies set to #19911
- Description modified (diff)
- Type changed from PLEASE CHANGE to enhancement
Note: See
TracTickets for help on using
tickets.
New commits:
Update to gap-4.8.1
Delete gap tests that rely on small groups database
Update libgap to 4.8.1
Update libgap for ReadEvalCommand api change
Update gap ext code for changed rules for gap
Update sage code for changed rules for gap identifiers
Doctest fixes for changed subgroup generator choices
Doctest fixes for changed GL(6,5) iteration order
Doctest fixes for changed presentation choice for semidirect product
Unprefixed LibGAP