#13876 closed defect (fixed)
Singular and SAGE_DEBUG fixes
Reported by: | vbraun | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-5.7 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | sage-5.7.beta0 | |
Authors: | Volker Braun | Reviewers: | Simon King |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Use SAGE_DEBUG
instead of the new and undocumented environment variable SINGULAR_XALLOC
.
Also, building the Sage library with SAGE_DEBUG=yes
is broken. This is because distutils then does not define NDEBUG
which turns on broken Singular debugging stuff.
Updated spkg is at http://boxen.math.washington.edu/home/jdemeyer/spkg/singular-3-1-5.p3.spkg
Attachments (1)
Change History (8)
Changed 10 years ago by
comment:1 Changed 10 years ago by
- Description modified (diff)
- Status changed from new to needs_review
comment:2 Changed 10 years ago by
In SPKG.txt
, SINGULAR_DEBUG
should be SAGE_DEBUG
.
comment:3 Changed 10 years ago by
Fixed, spkg at same location.
comment:4 Changed 10 years ago by
- Reviewers set to Simon King
- Status changed from needs_review to positive_review
Sorry, I forgot to review it.
All tests pass, both with and without SAGE_DEBUG=yes, the spkg's repository is clean, the changes are documented in SPKG.txt. Hence, I can give it a positive review.
comment:5 Changed 10 years ago by
- Milestone changed from sage-5.6 to sage-5.7
comment:6 Changed 10 years ago by
- Merged in set to sage-5.7.beta0
- Resolution set to fixed
- Status changed from positive_review to closed
comment:7 Changed 10 years ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
diff for review only