Changes between Version 8 and Version 13 of Ticket #21675
- Timestamp:
- Oct 10, 2016, 2:53:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21675
-
Property
Status
changed from
new
toneeds_review
-
Property
Branch
changed from
u/jpflori/21675
tou/jdemeyer/21675
-
Property
Authors
changed from
Jean-Pierre Flori
toJeroen Demeyer
-
Property
Commit
changed from
88a7a70fadc943a5fd3574663396852235426233
to618a581220339d4af6985080be5d7a2172de49a8
-
Property
Summary
changed from
Deal better with renaming libfplll -> fplll
toRevert the renaming libfplll -> fplll
-
Property
Status
changed from
-
Ticket #21675 – Description
v8 v13 5 5 This causes downgrades sage-7.4.rc0 -> sage-7.4.beta6 to fail since the build system does not know that `libfplll` was replaced by `fplll`. Therefore, after such a downgrade, the `libfplll` package is not reinstalled. 6 6 7 We should either fix the build system or undo the renaming. 7 Solution: 8 9 1. Revert the renaming and remove `installed/fplll*` when installing `libfplll` (this ticket). 10 11 2. After the MPFR upgrade (#21660), rename `libfplll` -> `fplll` and remove `installed/libfplll*` when installing `fplll`. 12 13 Since `(lib)fplll` depends on MPFR, the changing of MPFR version will force a reinstallation of `(lib)fplll`. If both the `spkg-install` of `libfplll` and of `fplll` delete the other "installed" file, both downgrades and upgrades will work as expected.