Skip to content

Commit

Permalink
imath: remove conflicts_with (#76889)
Browse files Browse the repository at this point in the history
`ilmbase` is now keg-only with #74383, so the `conflicts_with` is
unnecessary.
  • Loading branch information
carlocab authored May 9, 2021
1 parent bbf8bca commit 1aefb28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Formula/imath.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1aefb28

Please sign in to comment.