Skip to content

Commit

Permalink
Trac #16084: matplotlib dependency on pkgconf
Browse files Browse the repository at this point in the history
The matplotlib dependency is wrong, this is probably the reason for the
build failure on old OSX versions where it fails to find freetype. If
you build serial / almost serial then pkgconf is not build before
matplotlib. On highly parallel builds, pkgconf finishes much before
matplotlib is started.

URL: http://trac.sagemath.org/16084
Reported by: vbraun
Ticket author(s): Volker Braun
Reviewer(s): John Palmieri, Sébastien Labbé
  • Loading branch information
Release Manager authored and vbraun committed Apr 7, 2014
2 parents 2417129 + 126c84e commit 83a3764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/deps
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ $(INST)/$(TORNADO): $(INST)/$(PYTHON)
$(INST)/$(MATPLOTLIB): $(INST)/$(PYTHON) $(INST)/$(NUMPY) \
$(INST)/$(FREETYPE) $(INST)/$(LIBPNG) \
$(INST)/$(GDMODULE) $(INST)/$(DATEUTIL) \
$(INST)/$(PKGCONFIG) $(INST)/$(PYPARSING) \
$(INST)/$(PKGCONF) $(INST)/$(PYPARSING) \
$(INST)/$(SETUPTOOLS)
+$(PIPE) "$(SAGE_SPKG) $(MATPLOTLIB) 2>&1" "tee -a $(SAGE_LOGS)/$(MATPLOTLIB).log"

Expand Down

0 comments on commit 83a3764

Please sign in to comment.