aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorFederico Russo2014-11-14 09:53:04 +0100
committerMike McQuaid2014-11-14 15:10:11 +0000
commitbd98ec22346f5a662659147d960e5926e1218dac (patch)
treee4eccb9514e2860762517d7a0ee1512c258ab975 /Library
parent42261f9e5a3a01d3cc640ad428bca01e1f099f9f (diff)
downloadhomebrew-bd98ec22346f5a662659147d960e5926e1218dac.tar.bz2
liblas 1.8.0
Update liblas to 1.8.0 Closes #34183. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/liblas.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Formula/liblas.rb b/Library/Formula/liblas.rb
index 2569b0028..5716345a2 100644
--- a/Library/Formula/liblas.rb
+++ b/Library/Formula/liblas.rb
@@ -2,8 +2,8 @@ require 'formula'
class Liblas < Formula
homepage 'http://liblas.org'
- url 'http://download.osgeo.org/liblas/libLAS-1.7.0.tar.gz'
- sha1 'f31070efdf7bb7d6675c23c6c6c84584e3a10869'
+ url 'http://download.osgeo.org/liblas/libLAS-1.8.0.tar.bz2'
+ sha1 '73a29a97dfb8373d51c5e36bdf12a825c44fa398'
head 'https://github.com/libLAS/libLAS.git'
@@ -23,14 +23,6 @@ class Liblas < Formula
option 'with-test', 'Verify during install with `make test`'
- # Fix for error of conflicting types for '_GTIFcalloc' between gdal 1.11
- # and libgeotiff. Commited so can be removed on next stable release.
- # https://github.com/libLAS/libLAS/issues/33
- patch do
- url "https://github.com/libLAS/libLAS/commit/b8799e.diff"
- sha1 "3d2430327f9bbff9bd1f6d7cba80c7837552204e"
- end
-
def install
mkdir 'macbuild' do
# CMake finds boost, but variables like this were set in the last