Changes between Version 16 and Version 33 of Ticket #13948
- Timestamp:
- 10/02/13 07:50:56 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13948
-
Property
Status
changed from
new
toneeds_review
-
Property
Status
changed from
-
Ticket #13948 – Description
v16 v33 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).1 There are two problems with the MPIR `configure` script for Clang: 2 2 3 This spkg simply removes the offending test: 3 1) It uses `__builtin_malloc()` which Clang doesn't have, which is an upstream bug (up to and including MPIR 2.6.0). The spkg simply removes this test. 4 5 2) The "long long reliability" test fails with a linker error. This looks like a Clang bug. 6 The spkg changes the test slightly for Clang. 4 7 5 8 '''spkg''': [http://boxen.math.washington.edu/home/jdemeyer/spkg/mpir-2.6.0.p3.spkg] ([attachment:mpir-2.6.0.p3.diff spkg diff])