aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/liblas.rb
AgeCommit message (Collapse)Author
2014-05-22liblas: modernize testMike Naberezny
Closes #29482. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-19liblas: add optional laszip depPete Gadomski
Add optional laszip dependency. Laszip (http://www.laszip.org) is a lossless compression format for las files. Closes #29390. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-19liblas: add testPete Gadomski
Add a simple (bad) test for liblas. Per https://github.com/Homebrew/homebrew/wiki/Formula-Cookbook#add-a-test-to-the-formula, a `foo --version` style test is inferior to a functional test, but since finding or grabbing or creating a lasfile is non-trivial, it is arguable that a `--version` test is ok here (or at least better than no test). Users can install `--with-test` to run liblas's internal tests after building for a more complete test of the suite. Closes #29389. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14liblas HEADPete Gadomski
Add HEAD url for liblas. libLAS 1.7.0 is broken (libLAS/libLAS#33) when building with GDAL and GEOTiff, so a HEAD url is necessary to get the fix until a new version is tagged. Closes #29249. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-02Build liblas with GDAL and GEOTIFFPete Gadomski
Fixes issue where GDAL and libgeotiff are required as dependencies, but the build formula didn't actually build liblas with GDAL support. Closes #21590. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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>