Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
grib-api: strict audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Mar 23, 2016
1 parent eaf60e2 commit 21146a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/grib-api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 21146a9

Please sign in to comment.