Skip to content

Commit

Permalink
ospray: remove linux bottle
Browse files Browse the repository at this point in the history
We used to hack `ispc` in order to get it to build on Linux, but hacking
it further was made very difficult by the version update to 1.25.2 to we
lost the Linux bottle in Homebrew#196480.

This currently has a runtime dependency on `ispc`, so we need to remove
the Linux bottle to prevent dependent testing failures on Linux (e.g.
when `tbb` is updated).
  • Loading branch information
carlocab committed Nov 3, 2024
1 parent e6e420e commit 4e21250
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Formula/o/ospray.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ class Ospray < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "53dc5d5d174208c9983057f7adb43813e67acbc4aefb4d65d363c13b89998113"
sha256 cellar: :any, arm64_sonoma: "970fe14d8a918196943fd2ff352432fe55d02c2ffb903a97637c0cd8a7d13ac2"
sha256 cellar: :any, arm64_ventura: "0d1c6ded545f4cb342648e3a604468d476b37bf749dfc19a3eae74b76804bf63"
sha256 cellar: :any, arm64_monterey: "34df9ae68fdd19cdb8cb85074678fd4ed0f259e3ef0f1e9582d015d5d520a7d6"
sha256 cellar: :any, sonoma: "a72ff4404280c926f33548561b8252863557e9305eeab39c99c102371bf56b5f"
sha256 cellar: :any, ventura: "a073623de4aaa0e7d97d579b83b882ed03cf9f7030fac1c928862bc2346daa14"
sha256 cellar: :any, monterey: "e0260bfe736f2dcca20e488902e28b41a4322535e928cafa888f11b3d19db7e2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "67b279accdeb1e6af969ca0e6bcf7eafb6f56bca61d12aac02f8808f722e024a"
sha256 cellar: :any, arm64_sequoia: "53dc5d5d174208c9983057f7adb43813e67acbc4aefb4d65d363c13b89998113"
sha256 cellar: :any, arm64_sonoma: "970fe14d8a918196943fd2ff352432fe55d02c2ffb903a97637c0cd8a7d13ac2"
sha256 cellar: :any, arm64_ventura: "0d1c6ded545f4cb342648e3a604468d476b37bf749dfc19a3eae74b76804bf63"
sha256 cellar: :any, arm64_monterey: "34df9ae68fdd19cdb8cb85074678fd4ed0f259e3ef0f1e9582d015d5d520a7d6"
sha256 cellar: :any, sonoma: "a72ff4404280c926f33548561b8252863557e9305eeab39c99c102371bf56b5f"
sha256 cellar: :any, ventura: "a073623de4aaa0e7d97d579b83b882ed03cf9f7030fac1c928862bc2346daa14"
sha256 cellar: :any, monterey: "e0260bfe736f2dcca20e488902e28b41a4322535e928cafa888f11b3d19db7e2"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 4e21250

Please sign in to comment.