Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/mapnik.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Mapnik < Formula
end

depends_on "pkg-config" => :build
depends_on "python@3.9" => :build
depends_on "python@3.11" => :build
depends_on "boost"
depends_on "cairo"
depends_on "freetype"
Expand All @@ -48,7 +48,7 @@ class Mapnik < Formula

def install
ENV.cxx11
ENV["PYTHON"] = "python3.9"
ENV["PYTHON"] = "python3.11"

# Work around "error: no member named 'signbit' in the global namespace"
# encountered when trying to detect boost regex in configure
Expand Down