#9733: Parallel build of Singular 3-1-1-4-package fails in rare case
-------------------------------+--------------------------------------------
Reporter: AlexanderDreyer | Owner: AlexanderDreyer
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Keywords:
Author: AlexanderDreyer | Upstream: Fixed upstream, in a later
stable release.
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Comment(by fbissey):
Replying to [comment:6 AlexanderDreyer]:
> But that's actually not a problem for the spkg, because the {{{spkg-
install}}} does not call these target from the top-level {{{Makefile}}}.
Then I missed something because I just checked spkg-install from the
latest available spkg in #8059 and it does build libsingular by calling
the top makefile:
{{{
build_libsingular()
{
cd $SRC
if [ $? -ne 0 ]; then
echo "Unable to change to directory $SRC"
exit 1
fi
make libsingular
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9733#comment:7>
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.