vtk: remove skip_clean :all

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-09-13 12:55:43 -05:00
parent a37a5acb56
commit af4e77ddb5
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ class Vtk < Formula
depends_on 'pyqt'
end
skip_clean :all # Otherwise vtkpython complains can't find symbol _environ
option 'examples', 'Compile and install various examples'
option 'python', 'Enable python wrapping of VTK classes'
option 'pyqt', 'Make python wrapped classes available to SIP/PyQt'