| Age | Commit message (Collapse) | Author |
|
Closes #29482.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
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>
|
|
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>
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
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>
|
|
|
|
Closes #14653.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
|
|
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
|
|
|
|
|
|
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>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|