From 1aefb28f4b67cf464c3c2ab2d39c7a5d13a085fa Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sun, 9 May 2021 05:41:40 +0100 Subject: [PATCH] imath: remove `conflicts_with` (#76889) `ilmbase` is now keg-only with #74383, so the `conflicts_with` is unnecessary. --- Formula/imath.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Formula/imath.rb b/Formula/imath.rb index 96ae6d926417e..37bf24fd65bb8 100644 --- a/Formula/imath.rb +++ b/Formula/imath.rb @@ -14,9 +14,6 @@ class Imath < Formula depends_on "cmake" => :build - conflicts_with "ilmbase", - because: "imath replaces ilmbase and installs conflicting libraries" - def install system "cmake", "-S", ".", "-B", "build", *std_cmake_args system "cmake", "--build", "build"