Opened 3 years ago
Closed 2 years ago
#30282 closed enhancement (fixed)
Make symmetrica/spkg-configure.m4 respect quiet mode
Reported by: | slelievre | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.2 |
Component: | build: configure | Keywords: | configure, quiet, symmetrica |
Cc: | dimpase, mjo, mkoeppe, slelievre | Merged in: | |
Authors: | Samuel Lelièvre | Reviewers: | Matthias Koeppe |
Report Upstream: | N/A | Work issues: | |
Branch: | 82cf99f (Commits, GitHub, GitLab) | Commit: | 82cf99fabee97deb62c8aede9125617f7af74d64 |
Dependencies: | #30224 | Stopgaps: |
Description
Ticket #30224 fixed quietness of MPFI and NTL in configure -q
.
This follow-up ticket deals with Symmetrica.
Before this ticket:
$ ./configure -q ... [1:0:0] [1:1:0] [1:2:1] ... $
After this ticket:
$ ./configure -q $
This is done by changing line 18 of file build/pkgs/symmetrica/spkg-configure.m4
as follows:
- [println(b);] + [fprintln(stderr, b);]
following a suggestion by Dima Pasechnik.
Change History (5)
comment:1 Changed 3 years ago by
Branch: | → public/30282-symmetrica-configure-quiet |
---|---|
Commit: | → 82cf99fabee97deb62c8aede9125617f7af74d64 |
comment:2 Changed 3 years ago by
Status: | new → needs_review |
---|
comment:4 Changed 3 years ago by
Reviewers: | → Matthias Koeppe |
---|---|
Status: | needs_review → positive_review |
Thanks for working on this. This output was bothering me even in non-quiet mode.
comment:5 Changed 2 years ago by
Branch: | public/30282-symmetrica-configure-quiet → 82cf99fabee97deb62c8aede9125617f7af74d64 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
#30282 Fix symmetrica spkg-configure for quiet configure