[
https://issues.apache.org/jira/browse/ARROW-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-1275.
---------------------------------
Resolution: Fixed
Issue resolved by pull request 894
[https://github.com/apache/arrow/pull/894]
> [C++] Default static library prefix for Snappy should be "_static"
> ------------------------------------------------------------------
>
> Key: ARROW-1275
> URL: https://issues.apache.org/jira/browse/ARROW-1275
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Wes McKinney
> Assignee: Max Risuhin
> Fix For: 0.6.0
>
>
> [~Max Risuhin] can you take a look at this? Currently this is hard-coded at
> https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L503
> but in the new conda-forge Windows package
> (https://anaconda.org/conda-forge/snappy/1.1.6/download/win-64/snappy-1.1.6-vc14_1.tar.bz2),
> it is {{snappy_static.lib}}, which is more consistent with the other
> packages. We should change our vendored {{SnappyCMakeLists.txt}} to use that
> name. Also, we should utilize the CMake configuration variable for the static
> library suffix
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)