#9021: gdmodule not building on OpenSolaris x64.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.4.3
Component: solaris | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by leif):
If you're willing to accept a short informal "inline" patch, try adding
something like
{{{
extra_args = ["-m64"] if os.environ.get("SAGE64", "no")=="yes" else []
}}}
right after the Cygwin patch (at top level in {{{patches/Setup.py}}}, and
add
{{{
extra_compile_args=extra_args, extra_link_args=extra_args,
}}}
to the {{{Extension}}} constructor call below.
-Leif
Sorry for the inconvenience, but I'm currently unable to create a patch...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9021#comment:1>
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.