From 4be12ee89f18f704cb0fb54b0b96d9edd70cbaf6 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Sun, 20 Oct 2024 22:53:18 +0200 Subject: [PATCH] test --- Formula/gfan.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Formula/gfan.rb b/Formula/gfan.rb index 0c1e14a..481a097 100644 --- a/Formula/gfan.rb +++ b/Formula/gfan.rb @@ -15,13 +15,7 @@ class Gfan < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "2ac80a1fd89713e142750d8adf6f976e4249d38f58c5c2eafcfc0f6aec35793a" end - if OS.mac? - depends_on "gcc" => :build - fails_with :clang - else - fails_with gcc: "4" - fails_with gcc: "5" - end + depends_on "gcc" => :build depends_on "cddlib" depends_on "gmp"