#8306: Parallel inter/intra-spkg builds
-------------------------------------------+--------------------------------
Reporter: mpatel | Owner: GeorgSWeber
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-4.5
Component: build | Keywords:
Author: Mitesh Patel, John Palmieri | Upstream: N/A
Reviewer: David Kirkby, John Palmieri | Merged:
Work_issues: |
-------------------------------------------+--------------------------------
Comment(by jhpalmieri):
For what it's worth, I think that your "diff" files for deps and install
are backwards, showing the diffs from the new version to the old, rather
than from the old to the new.
The deps file is a bit off: first, under the target "all",
{{{$(INST)/$(SAGENB)}}} is listed, but it's not in the "real" version of
deps. I think this is good, and I think it's a bug in the version of deps
distributed with Sage. Other targets are missing from "all", though:
{{{
$(INST)/$(JINJA)
$(INST)/$(JINJA2)
$(INST)/$(PYGMENTS)
$(INST)/$(SPHINX)
$(INST)/$(SQLALCHEMY)
$(INST)/$(TWISTED)
$(INST)/$(TWISTEDWEB2)
}}}
Also, the following lines are missing:
{{{
$(INST)/$(TWISTEDWEB2): $(INST)/$(TWISTED)
$(INSTALL) "$(SAGE_SPKG) $(TWISTEDWEB2) 2>&1" "tee -a
$(SAGE_LOGS)/$(TWISTEDWEB2).log"
}}}
I'm attaching "deps-new" and "deps-new.diff" to fix this.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8306#comment:73>
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.