From ea6aa086ef96eb4450103f57636ce39ac87e269c Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Thu, 28 Feb 2013 10:57:19 -0600 Subject: opencv: use stdenv to find python Under superenv and with env :userpaths, the system python is always used. --- Library/Formula/opencv.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/opencv.rb b/Library/Formula/opencv.rb index 0d09f3ccc..6adc23ecf 100644 --- a/Library/Formula/opencv.rb +++ b/Library/Formula/opencv.rb @@ -13,6 +13,8 @@ class Opencv < Formula url 'http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.4/OpenCV-2.4.4.tar.bz2' sha1 '23c62f7e3de540524f61974c640a23df426ebed5' + env :std # to find python + option '32-bit' option 'with-qt', 'Build the Qt4 backend to HighGUI' option 'with-tbb', 'Enable parallel code in OpenCV using Intel TBB' -- cgit v1.2.3