#7838: Remove script using ctypes from ATLAS
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: GeorgSWeber
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.1
Component: build | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
#1497 added a few lines of code
{{{
#!/usr/bin/env
import ctypes
print str(8*ctypes.sizeof(ctypes.c_long))
}}}
into the ATLAS build process, which reports the number of bits Sage was
compiled as. It makes use of the module 'ctypes' in Python, but
http://docs.activestate.com/activepython/2.5/whatsincluded.html
shows that ctypes is seriouly on many platforms, including
* Older linux-x86 - build failures
* aix-powerpc build failures
* linux-ia64 build failures
* solaris-sparc build failures
* solaris-x86 build failures
* hpux-parisc libffi not ported to PA-RISC arch
* hpux-ia64 build failures
* win64
Hence the code needs replacing with something less broken
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7838>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.