#13443: Some clean up of R spkg
----------------------------------+-----------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.4
Component: packages | Resolution:
Keywords: r-project spkg | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Jeroen Demeyer | Merged in:
Dependencies: #13348, #9906 | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by jdemeyer):
Replying to [comment:4 kcrisman]:
> * I still get a lot of "make -jN disabled setting jobserver mode" and
the like - but it seems like it's obeying the j. ?
I guess you mean
{{{
warning: -jN forced in submake: disabling jobserver mode.
}}}
Anyway, that's really a bug in the Sage documentation:
{{{
MAKE="make -j8" make
}}}
is '''not''' the correct way to do things, one should use `MAKEFLAGS`
instead (similar to the difference between `CC` and `CFLAGS`). There is a
work-around for this "mistake" when compiling using `spkg/install` (e.g.
when issuing `make` from `SAGE_ROOT`), but not when installing using
`./sage -i`.
In any case, it has nothing to do with this specific package.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13443#comment:6>
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.