Re: Building pyarrow on macOS

2020-07-19 Thread Steven Smith
This issue has arisen again on a Macports buildbot. The Apache Arrow cmake system locates the installed libraries and headers, but then says it can’t find them. Does anyone know what would cause this build failure? It works on my system, but not on a build bot: Build command: > Executing: cd

Re: Building pyarrow on macOS

2020-07-18 Thread Steven Smith
I was able to get this running by using the correct DESTDIR=/opt/local flag. smime.p7s Description: S/MIME cryptographic signature

Building pyarrow on macOS

2020-07-18 Thread Steven Smith
I’m writing a MacPorts port of Apache Arrow, and have a question about the build. I’m following this page: https://github.com/apache/arrow/blob/master/docs/source/developers/python.rst I’ve successfully built Apache