Skip to content

Conversation

mvalkema
Copy link

@mvalkema mvalkema commented Dec 8, 2016

No description provided.

@datastax-bot
Copy link

Hi @mvalkema, thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes.

Sincerely,
DataStax Bot.

@datastax-bot
Copy link

Thank you @mvalkema for signing the Contribution License Agreement.

Cheers,
DataStax Bot.

def install
mkdir 'build' do
system "cmake", "-DCMAKE_BUILD_TYPE=RELEASE", "-DCASS_BUILD_STATIC=ON", "-DCASS_INSTALL_PKG_CONFIG=OFF", "-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}", "-DCMAKE_INSTALL_LIBDIR=#{lib}", ".."
system "cmake", "-DCMAKE_BUILD_TYPE=RELEASE", "-DCASS_BUILD_STATIC=ON", "-DCASS_INSTALL_PKG_CONFIG=OFF", "-DCMAKE_INSTALL_PREFIX:PATH=#{prefix}", "-DCMAKE_INSTALL_LIBDIR=#{lib}",".."
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems to be just a whitespace change, and one for the worse. Can you revert this line?

Copy link
Author

@mvalkema mvalkema Dec 9, 2016

Choose a reason for hiding this comment

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

My bad. That was a leftover from some playing around with the file. I reverted the line, and commited the change. Feel free to squash the 2 commits.

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.

@mikefero
Copy link
Contributor

Thanks for the contribution, resolved by #358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants