Opened 11 years ago
Closed 11 years ago
#7295 closed defect (fixed)
typo in ecm spkg-install
Reported by: | fbissey | Owned by: | tbd |
---|---|---|---|
Priority: | minor | Milestone: | sage-4.2.1 |
Component: | build | Keywords: | |
Cc: | Merged in: | sage-4.2.1.alpha0 | |
Authors: | François Bissey | Reviewers: | Minh Van Nguyen |
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The removal of the old version of ecm in ecm-6.2.1_p0.spkg
is broken because of typo:
rm -f "$SAGE_LCOAL"/lib/libecm.*
should be:
rm -f "$SAGE_LOCAL"/lib/libecm.*
Notice LOCAL
Attachments (1)
Change History (4)
Changed 11 years ago by
comment:1 Changed 11 years ago by
- Status changed from new to needs_review
- Summary changed from typo in ecm spkg-install to typo in ecm spkg-install[with patch needs review]
comment:2 Changed 11 years ago by
- Milestone set to sage-4.2.1
- Reviewers set to Minh Van Nguyen
- Status changed from needs_review to positive_review
- Summary changed from typo in ecm spkg-install[with patch needs review] to typo in ecm spkg-install
The updated spkg can be found at
http://sage.math.washington.edu/home/mvngu/release/spkg/standard/ecm/ecm-6.2.1.p1.spkg
All changes have been committed in fbissey's name.
comment:3 Changed 11 years ago by
- Merged in set to sage-4.2.1.alpha0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
patch to spkg-install