apache-arrow: fix component order

This commit is contained in:
commitay 2018-09-21 13:08:53 +10:00
parent 7fc56f8c46
commit f972f4bc90

View file

@ -19,8 +19,6 @@ class ApacheArrow < Formula
depends_on "python" => :optional
depends_on "python@2" => :optional
needs :cxx11
# Fix "Invalid character ('{') in a variable name: 'ENV'"
# Upstream PR 08 Aug 2018 "[C++] Fix a typo in `FindClangTools.cmake`."
# See https://github.com/apache/arrow/pull/2404
@ -29,6 +27,8 @@ class ApacheArrow < Formula
sha256 "77a03e841186e132b44d8a6212c7ca6934b1b9bd77173f91cff53507b0906f3e"
end
needs :cxx11
def install
ENV.cxx11
args = []