Opened 6 years ago
Closed 3 years ago
#19915 closed enhancement (invalid)
Unprefixed libgap
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 (8)
comment:1 Changed 6 years ago by
- Branch set to u/vbraun/unprefixed_libgap
comment:2 Changed 6 years ago by
- Branch u/vbraun/unprefixed_libgap deleted
comment:3 Changed 6 years ago by
- Branch set to u/vbraun/unprefixed_libgap
comment:4 Changed 6 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
comment:5 Changed 4 years ago by
- Cc alexk dimpase embray fbissey gh-antonio-rojas gh-sebasguts jpflori markuspf nthiery slelievre vbraun wstein added
- Keywords GAP libgap added
Related tickets:
- Upgrade to GAP 4.8.10 https://trac.sagemath.org/ticket/24427
- Upgrade to GAP 4.9 https://trac.sagemath.org/ticket/22626
comment:6 Changed 4 years ago by
- Cc arojas added; gh-antonio-rojas removed
comment:7 Changed 4 years ago by
- Cc gh-timokau added
comment:8 Changed 3 years ago by
- Milestone changed from sage-7.1 to sage-duplicate/invalid/wontfix
- Resolution set to invalid
- Status changed from new to closed
Obsolete by the upgrade to GAP-4.10 (#22626)
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