libcppa 0.9.1
[jn: add ENV.cxx11] Closes Homebrew/homebrew#28975. Closes Homebrew/homebrew#29112. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f039be1b0a
commit
0ba9cea6f3
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Libcppa < Formula
|
||||
homepage 'http://libcppa.blogspot.it'
|
||||
url 'https://github.com/Neverlord/libcppa/archive/V0.8.1.tar.gz'
|
||||
sha1 'd4f096aae2bb72e254ad6df45edf3fb62370acaa'
|
||||
url 'http://github.com/Neverlord/libcppa/archive/V0.9.1.tar.gz'
|
||||
sha1 '70ea94e25b508d85ee4899f9632eb71b79f17480'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
|
@ -13,6 +13,8 @@ class Libcppa < Formula
|
|||
option 'with-examples', 'Build examples'
|
||||
|
||||
def install
|
||||
ENV.cxx11
|
||||
|
||||
args = %W[
|
||||
--prefix=#{prefix}
|
||||
--build-static
|
||||
|
|
Loading…
Reference in a new issue