Opened 15 years ago
Closed 15 years ago
#472 closed enhancement (fixed)
Drop dependencies on flex and bison
Reported by: | jmbr | Owned by: | jmbr |
---|---|---|---|
Priority: | minor | Milestone: | sage-2.8.3 |
Component: | packages: standard | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
To build Singular we need flex and bison but we could make sure those programs are not needed by using some spkg-install trickery.
Change History (5)
comment:1 in reply to: ↑ description Changed 15 years ago by
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 15 years ago by
- Resolution worksforme deleted
- Status changed from closed to reopened
This is not closed, since there isn't a singular spkg yet that implements it.
comment:3 Changed 15 years ago by
- Milestone changed from sage-2.8.3 to sage-2.9
comment:4 Changed 15 years ago by
- Milestone changed from sage-2.9 to sage-2.8.3
If malb's new singular.spkg goes in this is resolved.
Cheers,
Michael
comment:5 Changed 15 years ago by
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
Replying to jmbr:
Make will invoke flex and bison if the *.[ly] files are newer than the C++ files they generate. Thus, we have to make sure the C++ files are fresher.