quantlib: audit fixes

This commit is contained in:
Tomasz Pajor 2016-03-19 22:13:33 +01:00 committed by Xu Cheng
parent 76226b1bc3
commit 8370dba7c0

View file

@ -5,13 +5,6 @@ class Quantlib < Formula
mirror "https://distfiles.macports.org/QuantLib/QuantLib-1.7.tar.gz"
sha256 "4b6f595bcac4fa319f0dc1211ab93df461a6266c70b2fc479aaccc746eb18c9b"
head do
url "https://github.com/lballabio/quantlib.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build
end
bottle do
cellar :any
sha256 "62bdbb6d934d1667220508de6f0738965dae8ce8dca2c34f48df626e40be4224" => :el_capitan
@ -19,6 +12,13 @@ class Quantlib < Formula
sha256 "77283b2405461fe36439dad406c7849b42d0927fb27a1e490d57bbf631584b63" => :mavericks
end
head do
url "https://github.com/lballabio/quantlib.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build
end
option :cxx11
# fix for quantlib 1.7 linking conflicts with the boost thread library