Changes between Version 4 and Version 27 of Ticket #27272
- Timestamp:
- 02/28/19 17:00:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27272
-
Property
Status
changed from
new
toneeds_work
-
Property
Dependencies
changed from
to
#27212
-
Property
Milestone
changed from
sage-8.7
tosage-pending
- Property Keywords freebsd added
-
Property
Status
changed from
-
Ticket #27272 – Description
v4 v27 1 1 iml only works with MP_LIBRARY provided in SAGE_LOCAL, at least this is the case on Debian 9. 2 2 3 they have a very o nlyautoconf macro to detect GMP, which it particular won't work for libgmp in some arch-specfic location such as /usr/lib64/.3 they have a very old autoconf macro to detect GMP, which it particular won't work for libgmp in some arch-specfic location such as /usr/lib64/. 4 4 5 5 This breaks #27212. It works with GMP provided by the system if I just remove the call to their macro, re-run their bootstrap, repackage tarball.