Re: Building Arrow 0.15.1 using dependencies in local source folder

2019-11-20 Thread Wes McKinney
I agree that the *_ROOT variables should be the way. If you find one that does not work, please open a JIRA issue. I don't think this is documented well enough in http://arrow.apache.org/docs/developers/cpp.html#build-dependency-management so I'm opening an issue https://issues.apache.org/jira/

Re: Building Arrow 0.15.1 using dependencies in local source folder

2019-11-14 Thread Neal Richardson
I am not an expert on this, but it seems you can specify `*_ROOT` arguments to cmake, like https://github.com/apache/arrow/blob/master/ci/PKGBUILD#L90-L91 Maybe that does what you need? Neal On Thu, Nov 14, 2019 at 12:45 PM Tahsin Hassan wrote: > Hi all, > > I am trying to build out arrow 0.1

Building Arrow 0.15.1 using dependencies in local source folder

2019-11-14 Thread Tahsin Hassan
Hi all, I am trying to build out arrow 0.15.1. The dependencies for arrow, e.g. thrift, double-conversion are in a local source folder and we need to build the dependencies from that location. I read up on https://github.com/apache/arrow/blob/master/docs/source/developers/cpp.rst#offline-builds