liblas HEAD
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 Homebrew/homebrew#29249. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
fb4f5672cc
commit
1aab408ebf
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ class Liblas < Formula
|
|||
url 'http://download.osgeo.org/liblas/libLAS-1.7.0.tar.gz'
|
||||
sha1 'f31070efdf7bb7d6675c23c6c6c84584e3a10869'
|
||||
|
||||
head 'https://github.com/libLAS/libLAS.git'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'libgeotiff'
|
||||
depends_on 'gdal'
|
||||
|
|
Loading…
Reference in a new issue