[
https://issues.apache.org/jira/browse/ARROW-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238445#comment-16238445
]
ASF GitHub Bot commented on ARROW-1764:
---------------------------------------
wesm closed pull request #1277: ARROW-1764: [Python] Add -c conda-forge for
Windows dev installation instructions
URL: https://github.com/apache/arrow/pull/1277
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/cpp/apidoc/Windows.md b/cpp/apidoc/Windows.md
index 774482ea1..e7e83f194 100644
--- a/cpp/apidoc/Windows.md
+++ b/cpp/apidoc/Windows.md
@@ -41,9 +41,13 @@ conda config --add channels conda-forge
Now, you can bootstrap a build environment
```shell
-conda create -n arrow-dev cmake git boost-cpp flatbuffers rapidjson cmake
thrift-cpp snappy zlib brotli gflags lz4-c zstd
+conda create -n arrow-dev cmake git boost-cpp flatbuffers rapidjson cmake
thrift-cpp snappy zlib brotli gflags lz4-c zstd -c conda-forge
```
+***Note:***
+> *Make sure to get the `conda-forge` build of `gflags` as the
+ naming of the library differs from that in the `defaults` channel*
+
Activate just created conda environment with pre-installed packages from
previous step:
diff --git a/python/doc/source/development.rst
b/python/doc/source/development.rst
index 3ca460d46..7ef6a722b 100644
--- a/python/doc/source/development.rst
+++ b/python/doc/source/development.rst
@@ -257,7 +257,8 @@ First, starting from fresh clones of Apache Arrow and
parquet-cpp:
.. code-block:: shell
conda create -n arrow-dev cmake git boost-cpp ^
- flatbuffers snappy zlib brotli thrift-cpp rapidjson
+ flatbuffers snappy zlib brotli thrift-cpp rapidjson ^
+ -c conda-forge
activate arrow-dev
As one git housekeeping item, we must run this command in our Arrow clone:
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [Python] Add -c conda-forge for Windows dev installation instructions
> ---------------------------------------------------------------------
>
> Key: ARROW-1764
> URL: https://issues.apache.org/jira/browse/ARROW-1764
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Uwe L. Korn
> Assignee: Uwe L. Korn
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> Otherwise the wrong gflags binary is pulled.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)