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
5 changes: 4 additions & 1 deletion Formula/graph-tool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ class GraphTool < Formula

def install
# Work around "error: no member named 'signbit' in the global namespace"
ENV["SDKROOT"] = MacOS.sdk_path if MacOS.version == :high_sierra
if MacOS.version == :high_sierra
ENV.delete "SDKROOT"
ENV.delete "HOMEBREW_SDKROOT"
end

xy = Language::Python.major_minor_version "python3"
venv = virtualenv_create(libexec, "python3")
Expand Down