Opened 6 years ago
Closed 6 years ago
#21653 closed enhancement (fixed)
Upgrade cysignals
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.5 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | Jeroen Demeyer | Reviewers: | Jean-Pierre Flori |
Report Upstream: | N/A | Work issues: | |
Branch: | a53866c (Commits, GitHub, GitLab) | Commit: | a53866c4ced409db80ce4a209d929286824d68e6 |
Dependencies: | Stopgaps: |
Description (last modified by )
This upgrades cysignals to version 1.3.2.
In addition, this ticket
- moves
src/sage/ext/pselect.pyx
to cysignals because it fits well within the scope of cysignals. - adds support for
SAGE_DEBUG=yes
. - uses
pip
instead ofdistutils
to install cysignals.
Upstream: https://github.com/sagemath/cysignals/releases/download/1.3.2/cysignals-1.3.2.tar.bz2
Change History (18)
comment:1 Changed 6 years ago by
- Branch set to u/jdemeyer/upgrade_cysignals
comment:2 Changed 6 years ago by
- Commit set to 39d0f013b327579c4e83a5e4b422ca00a61a95d3
- Status changed from new to needs_review
comment:3 Changed 6 years ago by
- Description modified (diff)
- Milestone changed from sage-7.4 to sage-7.5
- Status changed from needs_review to needs_work
comment:4 Changed 6 years ago by
- Dependencies #21441 deleted
comment:5 Changed 6 years ago by
- Description modified (diff)
comment:6 Changed 6 years ago by
- Description modified (diff)
comment:7 Changed 6 years ago by
- Commit changed from 39d0f013b327579c4e83a5e4b422ca00a61a95d3 to 60fd53c166ae18914ffba031050cffccba4251bd
comment:8 Changed 6 years ago by
- Status changed from needs_work to needs_review
comment:9 Changed 6 years ago by
- Description modified (diff)
- Status changed from needs_review to needs_work
comment:10 Changed 6 years ago by
- Commit changed from 60fd53c166ae18914ffba031050cffccba4251bd to a85ae7128b9c2a4a0c548bc502b69f2abc9f135b
comment:11 Changed 6 years ago by
- Status changed from needs_work to needs_review
comment:12 Changed 6 years ago by
- Description modified (diff)
comment:13 Changed 6 years ago by
- Commit changed from a85ae7128b9c2a4a0c548bc502b69f2abc9f135b to a53866c4ced409db80ce4a209d929286824d68e6
comment:14 Changed 6 years ago by
$ wget https://github.com/sagemath/cysignals/releases/download/1.3.2/cysignals-1.3.2.tar.bz2 https://github.com/sagemath/cysignals/releases/download/1.3.2/cysignals-1.3.2.tar.bz2: Scheme missing.
comment:15 follow-up: ↓ 16 Changed 6 years ago by
You copied badly. Try this:
wget https://trac.sagemath.org/ticket/21653#comment:14
Version 0, edited 6 years ago
by
(next)
comment:16 in reply to: ↑ 15 Changed 6 years ago by
Replying to jdemeyer:
You copied badly. Try this:
wget https://github.com/sagemath/cysignals/releases/download/1.3.2/cysignals-1.3.2.tar.bz2
ah, OK...
comment:17 Changed 6 years ago by
- Reviewers set to Jean-Pierre Flori
- Status changed from needs_review to positive_review
Looks good, installs fine.
comment:18 Changed 6 years ago by
- Branch changed from u/jdemeyer/upgrade_cysignals to a53866c4ced409db80ce4a209d929286824d68e6
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Add a sage-pip-install wrapper for pip which handles uninstallation better.
Various fixes and simplifications to sage-pip-install
Re-install all pip-installed packages
Fix various dependencies
Upgrade to cysignals-1.2.0
Use pip to install cysignals; support SAGE_DEBUG