#9997: Tachyon does not even try to build on AIX
----------------------------------+-----------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: minor | Milestone: sage-4.6
Component: AIX or HP-UX ports | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------------+-----------------------------------------
Comment(by drkirkby):
There are two reasons this is not working.
* There's nothing in {{{SPKG.txt}}} to handle the case of AIX
* There's no target in the file {{{Make-arch}}} that will work with a
generic compiler on AIX. The targets all assume the use of IBM's compiler.
Two targets will be added for AIX, and since HP-UX will suffer the same
problem, another two targets will be added for HP-UX. These 4 targets are:
* {{{aix-generic}}}
* {{{aix-generic-thr}}}
* {{{hpux-generic}}}
* {{{hpux-generic-thr}}}
We might as well try building with the threaded versions (aix-generic-thr
and hpux-generic-thr) on both AIX and HP-UX.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9997#comment:3>
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.