Opened 11 years ago
Closed 11 years ago
#6844 closed defect (duplicate)
Clean up spkg-install for readline
Reported by: | drkirkby | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | algebra | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The spkg-install for readline does a lot of silly things.
- It does a grep on /etc/SuSE-release even if the file does not exist.
- It adds -m64 only on OS X if SAGE64 is set to 'yes'
- It adds -m64 as a linker flag, even though no such linker flags exists on any linker I can find.
It needs a cleanup. I'll do this.
Dave
Change History (1)
comment:1 Changed 11 years ago by
- Milestone set to sage-duplicate/invalid/wontfix
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed by #6945.