Skip to content

Commit

Permalink
Trac #29449: pkgconfig should depend on pkgconf
Browse files Browse the repository at this point in the history
As the summary says.

If I run "make numpy" on a system without its own pkg-config, the build
fails. If I install Sage's `pkgconf` first, it works. `numpy` depends on
`pkgconfig`, the Python interface to `pkgconf`, but `pkgconfig` really
only makes sense if `pkgconf` (or a system-wide equivalent) is
available.

URL: https://trac.sagemath.org/29449
Reported by: jhpalmieri
Ticket author(s): John Palmieri
Reviewer(s): Matthias Koeppe
  • Loading branch information
Release Manager committed Apr 6, 2020
2 parents d35985f + ba07bfb commit aa3c925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/pkgconfig/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) | setuptools pip
$(PYTHON) | setuptools pip pkgconf

----------
All lines of this file are ignored except the first.
Expand Down

0 comments on commit aa3c925

Please sign in to comment.