I've started working on a clang port, and it looks like it may be doable. I have created a fairly barebones metaticket for it [1] which lists the spkgs that I have found issues with thus far.
I have successfully built and tested sage-5.0.beta1 on sage.math using clang for all but the following spkgs (using many patches of course :) ): atlas libfplll linbox polybori pynac ratpoints sage eclib libm4rie Unfortunately, clang does not support fortran (nor has any intent to), so I used gfortran for my build. This should not be a problem with the gcc spkg [2], as clang can build gfortran if the system is missing it. [1] http://trac.sagemath.org/sage_trac/ticket/12426 [2] http://trac.sagemath.org/sage_trac/ticket/12423 -- Andrew -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org