Re: C++ and Python size problems with Arrow 0.13.0

2019-04-10 Thread Krisztián Szűcs
Regarding the wheels I've created an issue: https://issues.apache.org/jira/browse/ARROW-5158 And there is a pending conda-forge PR in arrow-cpp-feedstock to avoid building static libraries: https://github.com/conda-forge/arrow-cpp-feedstock/pull/79 On Sun, Apr 7, 2019 at 11:50 AM Uwe L. Ko

Re: C++ and Python size problems with Arrow 0.13.0

2019-04-07 Thread Uwe L. Korn
> By the way, I don't understand why those are not symlinks. They should be symlinks, we have special code for this: https://github.com/apache/arrow/blob/4495305092411e8551c60341e273c8aa3c14b282/python/setup.py#L489-L499 This is probably not going into the wheel as wheels are zip-files and the

Re: C++ and Python size problems with Arrow 0.13.0

2019-04-07 Thread Uwe L. Korn
The only magic that auditwheel does on the Linux package is that it pulls in our shared version of libz.so into the wheel, otherwise there should be no differences in the wheel contents. Uwe On Wed, Apr 3, 2019, at 12:06 PM, Krisztián Szűcs wrote: > This is what the wheel contains before runnin

Re: C++ and Python size problems with Arrow 0.13.0

2019-04-03 Thread Krisztián Szűcs
This is what the wheel contains before running auditwheel: -rwxr-xr-x 1 root root 128K Apr 3 09:02 libarrow_boost_filesystem.so -rwxr-xr-x 1 root root 128K Apr 3 09:02 libarrow_boost_filesystem.so.1.66.0 -rwxr-xr-x 1 root root 1.2M Apr 3 09:02 libarrow_boost_regex.so -rwxr-xr-x 1 root root

Re: C++ and Python size problems with Arrow 0.13.0

2019-04-03 Thread Antoine Pitrou
Le 03/04/2019 à 02:23, Wes McKinney a écrit : > > $ ll Library/lib/ > total 741796 > -rw-r--r-- 1 wesm wesm 1507048 Mar 27 23:34 arrow.lib > -rw-r--r-- 1 wesm wesm 76184 Mar 27 23:35 arrow_python.lib > -rw-r--r-- 1 wesm wesm 61322082 Mar 27 23:36 arrow_python_static.lib > -rw-r--r-- 1 wes

Re: C++ and Python size problems with Arrow 0.13.0

2019-04-03 Thread Krisztián Szűcs
On Wed, Apr 3, 2019 at 2:24 AM Wes McKinney wrote: > hi folks, > > I that the arrow-cpp conda packages for Windows have ballooned in size > to nearly 140 megabytes for RC4 > > > https://bintray.com/apache/arrow/python-rc/0.13.0-rc4#files/python-rc/0.13.0-rc4 > > Looking at one of these packages i