#13948: Let MPIR build with Clang
-------------------------------------------------+-------------------------
       Reporter:  jpflori                        |        Owner:  leif
           Type:  defect                         |       Status:
       Priority:  major                          |  needs_review
      Component:  packages: standard             |    Milestone:  sage-5.13
       Keywords:  spkg mpir clang                |   Resolution:
        Authors:  Jeroen Demeyer                 |    Merged in:
Report Upstream:  Reported upstream. Developers  |    Reviewers:
  acknowledge bug.                               |  Work issues:
         Branch:                                 |       Commit:
   Dependencies:                                 |     Stopgaps:
-------------------------------------------------+-------------------------

Comment (by jhpalmieri):

 Replying to [comment:31 jdemeyer]:
 > What does
 > {{{
 > $ gcc -E -dM -x c /dev/null |grep -i clang
 > }}}
 > say on that machine?

 {{{
 gcc -E -dM -x c /dev/null |grep -i clang
 #define __VERSION__ "4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.76)"
 #define __clang__ 1
 #define __clang_major__ 5
 #define __clang_minor__ 0
 #define __clang_patchlevel__ 0
 #define __clang_version__ "5.0 (clang-500.2.76)"
 }}}

 The new spkg seems to work. I'm trying a full Sage build to make sure.

--
Ticket URL: <http://trac.sagemath.org/ticket/13948#comment:35>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to