Changes between Version 3 and Version 7 of Ticket #21675
- Timestamp:
- Oct 10, 2016, 12:09:20 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21675
-
Property
Authors
changed from
to
Jean-Pierre Flori
-
Property
Summary
changed from
Deal better with renaming libfplll -> fplll
toRevert the renaming libfplll -> fplll
-
Property
Branch
changed from
to
u/jpflori/21675
-
Property
Commit
changed from
to
88a7a70fadc943a5fd3574663396852235426233
-
Property
Authors
changed from
-
Ticket #21675 – Description
v3 v7 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.