Changes between Version 8 and Version 15 of Ticket #13948
- Timestamp:
- 10/01/13 16:12:58 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13948
-
Property
Authors
changed from
to
Jeroen Demeyer
-
Property
Report Upstream
changed from
N/A
toReported upstream. Developers acknowledge bug.
-
Property
Milestone
changed from
sage-5.11
tosage-5.12
-
Property
Authors
changed from
-
Ticket #13948 – Description
v8 v15 1 See #13137 (or, more precisely, comment:ticket:13137:67 ff.).1 The problem 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). 2 2 3 ---- 3 This spkg simply removes the offending test: 4 4 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 7 Another thing is how we (meanwhile) treat `clang` in Sage's `spkg-install` for MPIR (see comment:ticket:13137:67). 5 '''spkg''': [http://boxen.math.washington.edu/home/jdemeyer/spkg/mpir-2.6.0.p2.spkg]