File tree Expand file tree Collapse file tree 5 files changed +29
-0
lines changed Expand file tree Collapse file tree 5 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ class Coin < Formula
7
7
option "with-soqt" , "Build with SoQt"
8
8
option "with-framework" , "Package as a Framework"
9
9
10
+ bottle do
11
+ root_url "https://github.com/freecad/homebrew-freecad/releases/download/0.17"
12
+ cellar :any
13
+ sha256 "035234f145a77884883198dda0911a2539f48eebd4523956ff7cc4dc1ab4ae9d" => :yosemite
14
+ end
15
+
10
16
if build . with? "soqt"
11
17
depends_on "pkg-config" => :build
12
18
depends_on "qt"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ class MedFile < Formula
5
5
sha256 "d52e9a1bdd10f31aa154c34a5799b48d4266dc6b4a5ee05a9ceda525f2c6c138"
6
6
version "3.2.0"
7
7
8
+ bottle do
9
+ root_url "https://github.com/freecad/homebrew-freecad/releases/download/0.17"
10
+ cellar :any
11
+ sha256 "b3cca03c59844e53a8d521e452a05ff4bf843b6353218bebe53172dfc1919914" => :yosemite
12
+ end
13
+
8
14
option "with-python" , "Build Python bindings"
9
15
option "with-fortran" , "Build Python bindings"
10
16
option "with-tests" , "Build tests"
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ class Nglib < Formula
5
5
sha256 "cb97f79d8f4d55c00506ab334867285cde10873c8a8dc783522b47d2bc128bf9"
6
6
version "5.3.1"
7
7
8
+ bottle do
9
+ root_url "https://github.com/freecad/homebrew-freecad/releases/download/0.17"
10
+ cellar :any
11
+ sha256 "01d5bff960275426bf03904ddf5fadbdb9aed40dce434c6a27d0594abc9af774" => :yosemite
12
+ end
13
+
8
14
# These two conflict with each other, so we'll have at most one.
9
15
depends_on "opencascade" => :optional
10
16
depends_on "oce" => :optional
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ class Pivy < Formula
5
5
sha256 "4b84e76470a97a4aad63ddfa4a7ce79fbb74029cdb0e0b86be2cd4248af35912"
6
6
version "0.5.0"
7
7
8
+ bottle do
9
+ root_url "https://github.com/freecad/homebrew-freecad/releases/download/0.17"
10
+ cellar :any
11
+ sha256 "270e4422e36c8085f0654f99d199a891f5bc8365484a0efa60b33223a94548e5" => :yosemite
12
+ end
13
+
8
14
depends_on :python
9
15
depends_on "FreeCAD/freecad/coin"
10
16
depends_on 'swig' => :recommended
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ class Vtk < Formula
8
8
9
9
head "https://github.com/Kitware/VTK.git"
10
10
11
+ bottle do
12
+ root_url "https://github.com/freecad/homebrew-freecad/releases/download/0.17"
13
+ sha256 "b5cb8bbe914bf7e229e49e4397b6cf29b59ee3bbbb21ab4a19e2007826b872df" => :yosemite
14
+ end
15
+
11
16
deprecated_option "examples" => "with-examples"
12
17
deprecated_option "qt-extern" => "with-qt-extern"
13
18
deprecated_option "tcl" => "with-tcl"
You can’t perform that action at this time.
0 commit comments