From f041df1f9d8061f00bbc43f8b37f4d4abd5f86bd Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 21 Sep 2011 16:08:53 -0700 Subject: OpenCV: Remove debugging statement Oops, left something in that last commit. Also, fixes the module installation path to where the caveats say it will be. --- Library/Formula/opencv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/opencv.rb b/Library/Formula/opencv.rb index 274e520ce..a952b82e4 100644 --- a/Library/Formula/opencv.rb +++ b/Library/Formula/opencv.rb @@ -64,9 +64,9 @@ class Opencv < Formula end args << "-DPYTHON_INCLUDE_DIR='#{python_prefix}/include/#{which_python}'" end + args << "-DPYTHON_PACKAGES_PATH='#{lib}/#{which_python}/site-packages'" system 'cmake', '.', *args - interactive_shell system "make" system "make install" end -- cgit v1.2.3