From 1aab408ebf651fb551c63ab8cff98d24aadb6d75 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 14 May 2014 10:57:51 -0600 Subject: [PATCH] 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 --- Formula/liblas.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/liblas.rb b/Formula/liblas.rb index da654d67d8..883c3a1a56 100644 --- a/Formula/liblas.rb +++ b/Formula/liblas.rb @@ -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'