grib-api: Update to 1.9.16
Also flag as failing with Clang. Closes Homebrew/homebrew#10942. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
167d6bf558
commit
3a447e0edb
1 changed files with 7 additions and 2 deletions
|
@ -1,12 +1,17 @@
|
|||
require 'formula'
|
||||
|
||||
class GribApi < Formula
|
||||
url 'http://www.ecmwf.int/products/data/software/download/software_files/grib_api-1.9.9.tar.gz'
|
||||
url 'http://www.ecmwf.int/products/data/software/download/software_files/grib_api-1.9.16.tar.gz'
|
||||
homepage 'http://www.ecmwf.int/products/data/software/grib_api.html'
|
||||
md5 'fe6c684e4a41477f3a6e97ab8892f35d'
|
||||
md5 '490cda08585e263d9f13daed4e7b688c'
|
||||
|
||||
depends_on 'jasper'
|
||||
|
||||
fails_with :clang do
|
||||
build 318
|
||||
cause 'Undefined symbols when linking.'
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
ENV.no_optimization
|
||||
|
|
Loading…
Reference in a new issue