Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packaging/homebrew/cassandra-cpp-driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
class CassandraCppDriver < Formula
homepage "http://datastax.github.io/cpp-driver/"
url "https://github.com/datastax/cpp-driver/archive/2.2.0-beta1.tar.gz"
sha1 "6159f1a5e31a044fb70567f849286572afa57174"
sha256 "5a7325057231b65ad36359fe07d37b0dfbf2a522fa6961138c5efbaa7b265831"
version "2.2.0-beta1"

head "git://github.com:datastax/cpp-driver.git", :branch => "master"

depends_on "cmake" => :build
depends_on "libuv"
depends_on "openssl"
depends_on "boost160"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was boost added as a dependency? Only tests require boost and the formula doesn't build the tests.


def install
mkdir 'build' do
Expand Down