Skip to content

Commit

Permalink
[no ci] elmer remove bottle block use std vtk
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatch committed Dec 8, 2023
1 parent 9c3db46 commit a810b15
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Formula/elmer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ class Elmer < Formula
end
end

bottle do
root_url "https://github.com/FreeCAD/homebrew-freecad/releases/download/elmer-10pre"
rebuild 1
sha256 catalina: "85e52e9fbd8078af2fdd846cbc3e7057e626703ee29cc6ab159efbe8d671e801"
end

depends_on "cmake" => :build
depends_on "gcc" => :build
depends_on "freecad/freecad/opencascade@7.5.3"
Expand All @@ -32,7 +26,7 @@ class Elmer < Formula
depends_on "openblas"
depends_on "python@3.9"
depends_on "qt@5"
depends_on "vtk@8.2" # no access to sierra test box
depends_on "vtk" # no access to sierra test box
depends_on "webp"
depends_on "xerces-c"

Expand Down

0 comments on commit a810b15

Please sign in to comment.