Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clip: drop GCC dependency #110763

Closed
wants to merge 2 commits into from
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
8 changes: 2 additions & 6 deletions Formula/clip.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Clip < Formula
desc "Create high-quality charts from the command-line"
homepage "https://clip-lang.org/"
homepage "https://github.com/asmuth/clip"
url "https://github.com/asmuth/clip/archive/v0.7.tar.gz"
sha256 "f38f455cf3e9201614ac71d8a871e4ff94a6e4cf461fd5bf81bdf457ba2e6b3e"
license "Apache-2.0"
Expand All @@ -23,11 +23,7 @@ class Clip < Formula
depends_on "fribidi"
depends_on "harfbuzz"

on_linux do
depends_on "gcc" # for C++17
end

fails_with gcc: "5"
fails_with gcc: "5" # for C++17

def install
system "cmake", ".", *std_cmake_args
Expand Down