Changes between Version 5 and Version 8 of Ticket #13948
- Timestamp:
- 06/03/13 10:20:40 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13948
-
Property
Dependencies
changed from
#13137
to
-
Property
Dependencies
changed from
-
Ticket #13948 – Description
v5 v8 3 3 ---- 4 4 5 One issue with `clang` is that simply MPIR's `configure` bails out (because it "thinks" we were using some broken version of GCC), which is an upstream bug (up to and including MPIR 2.6.0).5 One issue with `clang` is that simply MPIR's `configure` bails out (because it uses `__builtin_malloc()` which Clang doesn't have), which is an upstream bug (up to and including MPIR 2.6.0). 6 6 7 7 Another thing is how we (meanwhile) treat `clang` in Sage's `spkg-install` for MPIR (see comment:ticket:13137:67).