Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rareqs: linux needs a new bottle (glibc broken) #18

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
qute: require standard cxx11
  • Loading branch information
maelvls committed Aug 27, 2018
commit c8b8d8df8b343c652690ea6d1f44af2ed384d931
3 changes: 3 additions & 0 deletions qute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ class Qute < Formula
depends_on "boost"
depends_on "cmake" => :build

needs :cxx11

def install
ENV.cxx11
system "cmake", ".", *std_cmake_args
system "make"
bin.install "qute"
Expand Down