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

ARROW-3518: Detect HOMEBREW_PREFIX automatically #2761

Closed
wants to merge 1 commit into from

Conversation

mrkn
Copy link
Member

@mrkn mrkn commented Oct 15, 2018

It can be detected by executing brew --prefix if available.

It can be detected by executing `brew --prefix` if available.
@mrkn mrkn changed the title Detect HOMEBREW_PREFIX automatically ARROW-3518: Detect HOMEBREW_PREFIX automatically Oct 15, 2018
@codecov-io
Copy link

Codecov Report

Merging #2761 into master will increase coverage by 0.93%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2761      +/-   ##
==========================================
+ Coverage   87.65%   88.58%   +0.93%     
==========================================
  Files         403      342      -61     
  Lines       61483    57692    -3791     
==========================================
- Hits        53891    51107    -2784     
+ Misses       7520     6585     -935     
+ Partials       72        0      -72
Impacted Files Coverage Δ
cpp/src/arrow/csv/column-builder.cc 94.92% <0%> (-2.18%) ⬇️
rust/src/record_batch.rs
go/arrow/datatype_nested.go
rust/src/util/bit_util.rs
go/arrow/math/uint64_amd64.go
go/arrow/internal/testing/tools/bool.go
go/arrow/internal/bitutil/bitutil.go
go/arrow/memory/memory_avx2_amd64.go
go/arrow/array/null.go
rust/src/lib.rs
... and 52 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54634dd...1863b4e. Read the comment docs.

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

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

+1, with caveat

)
else()
set(HOMEBREW_PREFIX "/usr/local")
endif()
Copy link
Member

Choose a reason for hiding this comment

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

I don't think clang-format-6 is available in Homebrew unfortunately

Copy link
Member Author

Choose a reason for hiding this comment

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

I confirmed that llvm@6 has clang-format-6.0.1 👍

Copy link
Member

Choose a reason for hiding this comment

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

Ah that's great. Let's definitely not encourage anyone to use the clang-format recipe then =) https://github.com/Homebrew/homebrew-core/blob/master/Formula/clang-format.rb

@wesm wesm closed this in d0d25bb Oct 15, 2018
@mrkn mrkn deleted the use_brew_prefix branch October 26, 2018 01:18
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.

3 participants