This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new be8f941 ARROW-4751: [C++] Add pkg-config to conda_env_cpp.yml now
that it's available on Windows
be8f941 is described below
commit be8f9413b8af9480b2ebc05b5de90e9dda54f0a5
Author: Wes McKinney <[email protected]>
AuthorDate: Fri Mar 15 09:42:45 2019 -0500
ARROW-4751: [C++] Add pkg-config to conda_env_cpp.yml now that it's
available on Windows
Author: Wes McKinney <[email protected]>
Closes #3899 from wesm/ARROW-4751 and squashes the following commits:
c0a4011ad <Wes McKinney> Add pkg-config to conda_env_cpp.yml
---
ci/conda_env_cpp.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ci/conda_env_cpp.yml b/ci/conda_env_cpp.yml
index cf6f060..1ee5442 100644
--- a/ci/conda_env_cpp.yml
+++ b/ci/conda_env_cpp.yml
@@ -35,6 +35,7 @@ llvmdev=7
libprotobuf
lz4-c
ninja
+pkg-config
python
rapidjson
re2