grib-api: strict audit fix
This commit is contained in:
parent
b21cab0eca
commit
13e6ada06c
1 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,8 @@ class GribApi < Formula
|
|||
sha256 "6a10d0d9a39fda3c06505fd0b8a3f2fded6652bb2ac4e11a80d2cbcd5eb5441c" => :mavericks
|
||||
end
|
||||
|
||||
option "with-static", "Build static instead of shared library."
|
||||
|
||||
depends_on :fortran
|
||||
depends_on "cmake" => :build
|
||||
depends_on "jasper" => :recommended
|
||||
|
@ -19,8 +21,6 @@ class GribApi < Formula
|
|||
# https://software.ecmwf.int/wiki/plugins/viewsource/viewpagesrc.action?pageId=12648475
|
||||
patch :DATA
|
||||
|
||||
option "with-static", "Build static instead of shared library."
|
||||
|
||||
def install
|
||||
mkdir "build" do
|
||||
args = std_cmake_args
|
||||
|
|
Loading…
Reference in a new issue