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.
2 parents 941669e + c3f6670 commit fdc0712Copy full SHA for fdc0712
freecad.rb
@@ -44,6 +44,7 @@ class Freecad < Formula
44
depends_on 'pyside'
45
depends_on 'pyside-tools'
46
depends_on 'python'
47
+ depends_on 'orocos-kdl'
48
49
# Recommended dependencies
50
depends_on 'freetype' => :recommended
@@ -84,8 +85,8 @@ def install
84
85
86
# Set up needed cmake args
87
args = std_cmake_args + %W[
- -DBUILD_ROBOT=OFF
88
-DFREECAD_USE_EXTERNAL_PIVY=#{use_external_pivy}
89
+ -DFREECAD_USE_EXTERNAL_KDL=ON
90
-DPYTHON_LIBRARY=#{python_library}
91
-DPYTHON_INCLUDE_DIR=#{python_include_dir}
92
-DOCE_DIR=#{oce_dir}
orocos-kdl.rb
0 commit comments