Ticket #9433: deps.patch
File deps.patch, 961 bytes (added by , 10 years ago) |
---|
-
deps
old new 102 102 $(INST)/$(READLINE) \ 103 103 $(INST)/$(RUBIKS) \ 104 104 $(INST)/$(SAGE) \ 105 $(INST)/$(SAGE_ROOT_REPO) \ 105 106 $(INST)/$(SAGE_SCRIPTS) \ 106 107 $(INST)/$(SAGENB) \ 107 108 $(INST)/$(SAGETEX) \ … … 402 403 $(INST)/$(ZNPOLY): $(BASE) $(INST)/$(MPIR) $(INST)/$(PYTHON) 403 404 $(INSTALL) "$(SAGE_SPKG) $(ZNPOLY) 2>&1" "tee -a $(SAGE_LOGS)/$(ZNPOLY).log" 404 405 406 # the spkg-install file for the root repo uses many 'hg' commands, so 407 # build mercurial first. 408 $(INST)/$(SAGE_ROOT_REPO): $(BASE) $(INST)/$(MERCURIAL) 409 $(INSTALL) "$(SAGE_SPKG) $(SAGE_ROOT_REPO) 2>&1" "tee -a $(SAGE_LOGS)/$(SAGE_ROOT_REPO).log" 410 405 411 # setuptools forgets to update easy-install.pth during parallel 406 412 # builds, so we build the relevant packages serially. Note: To avoid 407 413 # branching, we haven't given explicit dependencies, but the chain's