aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-20 15:59:42 -0800
committerAdam Vandenberg2013-01-20 16:00:10 -0800
commit1e4459e81cd9a92e7bbb837dfbe9cb230a4dd9e6 (patch)
tree4fd633746282ba46524b65dfd9c98cbe155200dc /Library/Formula
parent5fb69b402f67dbecd5f1609c7e19b67fb8c7f31f (diff)
downloadhomebrew-1e4459e81cd9a92e7bbb837dfbe9cb230a4dd9e6.tar.bz2
flann 1.8.2
Closes #16724.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/flann.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/flann.rb b/Library/Formula/flann.rb
index 97352b151..dc0503109 100644
--- a/Library/Formula/flann.rb
+++ b/Library/Formula/flann.rb
@@ -2,8 +2,8 @@ require 'formula'
class Flann < Formula
homepage 'http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN'
- url 'http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.7.1-src.zip'
- sha1 '61b9858620528919ea60a2a4b085ccc2b3c2d138'
+ url 'http://people.cs.ubc.ca/~mariusm/uploads/FLANN/flann-1.8.2-src.zip'
+ sha1 '62ace1c41365dfc8ceabde1381febc5c8b71ad98'
option 'enable-python', 'Enable python bindings'
option 'enable-matlab', 'Enable matlab/octave bindings'
@@ -31,8 +31,7 @@ class Flann < Formula
inreplace 'CMakeLists.txt', 'add_subdirectory( examples )', '' unless build.include? 'with-examples'
- mkdir 'build'
- cd 'build' do
+ mkdir 'build' do
system 'cmake', '..', *args
system 'make install'
end