We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6b535 commit 5a200c6Copy full SHA for 5a200c6
pivy.rb
@@ -1,5 +1,3 @@
1
-require "formula"
2
-
3
class Pivy < Formula
4
homepage "https://bitbucket.org/Coin3D/pivy/overview"
5
head "https://bitbucket.org/Coin3D/pivy", :using => :hg
@@ -8,8 +6,8 @@ class Pivy < Formula
8
6
version "0.5.0"
9
7
10
depends_on :python
11
- depends_on "coin"
12
- depends_on 'swig' => :build
+ depends_on "FreeCAD/freecad/coin"
+ depends_on 'swig' => :recommended
13
14
def install
15
system "python", "setup.py", "install", "--prefix=#{prefix}"
0 commit comments