Commit graph

6 commits

Author SHA1 Message Date
Adam Vandenberg
55d61af1a8 flann: use new dsl 2012-08-27 21:45:37 -07:00
Misty De Meo
2c47b4a915 flann: Remove gtest dependency
gtest was removed because it is not meant to be installed on its own,
but rather included as a part of software build systems. flann was the
only formula which expected a preinstalled copy of gtest; this disables
its tests which depend on gtest.

Fixes Homebrew/homebrew#14126.
2012-08-13 21:42:03 -05:00
Jack Nagel
c7630f5ff4 Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22 22:22:00 -05:00
Adam Vandenberg
da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Dougal Sutherland
c41ba6fac9 flann 1.7.1
Closes Homebrew/homebrew#9590.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-13 23:33:26 -06:00
Brian Gyss
1225c89506 New Formula: FLANN
Created a formula for flann because it's a required dependency for
PCL (Point Cloud Library), which I'm hoping to add to homebrew.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-29 16:56:28 -07:00