#9497: Fix the Singular spkg so it can take advantage of building in parallel
---------------------------+------------------------------------------------
Reporter: was | Owner: GeorgSWeber
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.5.1
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Right now the Singular spkg contains the lines:
{{{
# since parallel make breaks the singular build
MAKE="make"
export MAKE
}}}
Since Singular takes a long time to build, e.g., > 8 minutes on sage.math,
and 16 minutes on my laptop, it would be nice to be able to build it in
parallel.
Why precisely does parallel build not work? Maybe it is only one
component of the singular build that has trouble? Track this down, make
the parts that can work to work, and the parts that can't should be
explained.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9497>
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.