aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/liblas.rb
AgeCommit message (Collapse)Author
2012-09-03liblas: use new dslAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-22Use new std_cmake_args methodJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01libLAS v1.7.0Bradley J Chambers
Release notes can be found at: http://lists.osgeo.org/pipermail/liblas-devel/2011-June/001409.html Closes #11335. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-02-05liblas: fix typo in option descriptionAdam Vandenberg
2011-11-29Fix some build-time depsAdam Vandenberg
2011-11-27liblas 1.6.1Nibbles 2bits
This commit updates liblas to version 1.6.1 and fixes two variables that are passed to cmake to locate boost. It also includes an option to run the builtin tests, as this library operates a number of complex deps. Building is done out of source (oos) in this formula, and cmake syntax is restructured per its usage, placing the path after the options. This passes make test on 64bit Snow Leopard using XCode-4.0.2, clang-2.0, llvm-2335, and gcc4.2.1. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-16Added liblas formulaMichael Weisman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>