Commits


Kouhei Sutou authored and Wes McKinney committed 675e2515869
ARROW-1506: [C++] Add .pc for compute modules If .pc for compute modules exist, we can detect whether compute modules are built or not by pkg-config: pkg-config --exists arrow-compute Author: Kouhei Sutou <kou@clear-code.com> Closes #1070 from kou/cpp-add-pc-for-arrow-compute and squashes the following commits: 59fcd346 [Kouhei Sutou] [C++] Add .pc for compute modules