You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2019/08/27 14:00:00 UTC

[jira] [Comment Edited] (ARROW-5101) [Packaging] Avoid bundling static libraries in Windows conda packages

    [ https://issues.apache.org/jira/browse/ARROW-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16916745#comment-16916745 ] 

Krisztian Szucs edited comment on ARROW-5101 at 8/27/19 1:59 PM:
-----------------------------------------------------------------

This should have been resolved by https://github.com/conda-forge/arrow-cpp-feedstock/commit/d6e21db3f1f1da713194c305a91eb6e4b3b3a1d4 already

[~pitrou] could you check with version 0.14?


was (Author: kszucs):
This should have been resolved by https://github.com/conda-forge/arrow-cpp-feedstock/commit/d6e21db3f1f1da713194c305a91eb6e4b3b3a1d4

[~pitrou] could you check with version 0.14?

> [Packaging] Avoid bundling static libraries in Windows conda packages
> ---------------------------------------------------------------------
>
>                 Key: ARROW-5101
>                 URL: https://issues.apache.org/jira/browse/ARROW-5101
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: C++, Packaging
>    Affects Versions: 0.13.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: conda
>             Fix For: 0.15.0
>
>
> We're currently bundling static libraries in Windows conda packages. Unfortunately, it causes these to be quite large:
> {code:bash}
> $ ls -la ./Library/lib
> total 507808
> drwxrwxr-x 4 antoine antoine      4096 avril  3 10:28 .
> drwxrwxr-x 5 antoine antoine      4096 avril  3 10:28 ..
> -rw-rw-r-- 1 antoine antoine   1507048 avril  1 20:58 arrow.lib
> -rw-rw-r-- 1 antoine antoine     76184 avril  1 20:59 arrow_python.lib
> -rw-rw-r-- 1 antoine antoine  61323846 avril  1 21:00 arrow_python_static.lib
> -rw-rw-r-- 1 antoine antoine 328090000 avril  1 21:02 arrow_static.lib
> drwxrwxr-x 3 antoine antoine      4096 avril  3 10:28 cmake
> -rw-rw-r-- 1 antoine antoine    491292 avril  1 21:02 parquet.lib
> -rw-rw-r-- 1 antoine antoine 128473780 avril  1 21:03 parquet_static.lib
> drwxrwxr-x 2 antoine antoine      4096 avril  3 10:27 pkgconfig
> {code}
> (see files in https://anaconda.org/conda-forge/arrow-cpp/files )
> We should probably only ship dynamic libraries under Windows, as those are reasonably small.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)