Re: [Python] Wheel questions

2019-07-12 Thread Antoine Pitrou
Le 12/07/2019 à 11:39, Uwe L. Korn a écrit : > Actually the most pragmatic way I have thought of yet would be to use conda > and build all our dependencies. Instead of using the compilers defaults and > conda-forge use, we should build the dependencies in the manylinux image > and then upl

Re: [Python] Wheel questions

2019-07-12 Thread Uwe L. Korn
Hallo, On Thu, Jul 11, 2019, at 9:51 PM, Wes McKinney wrote: > On Thu, Jul 11, 2019 at 11:26 AM Antoine Pitrou wrote: > > > > > > Le 11/07/2019 à 17:52, Krisztián Szűcs a écrit : > > > Hi All, > > > > > > I have a couple of questions about the wheel packaging: > > > - why do we build an arrow nam

Re: [Python] Wheel questions

2019-07-11 Thread Wes McKinney
On Thu, Jul 11, 2019 at 11:26 AM Antoine Pitrou wrote: > > > Le 11/07/2019 à 17:52, Krisztián Szűcs a écrit : > > Hi All, > > > > I have a couple of questions about the wheel packaging: > > - why do we build an arrow namespaced boost on linux and osx, could we link > > statically like with the win

Re: [Python] Wheel questions

2019-07-11 Thread Antoine Pitrou
Le 11/07/2019 à 17:52, Krisztián Szűcs a écrit : > Hi All, > > I have a couple of questions about the wheel packaging: > - why do we build an arrow namespaced boost on linux and osx, could we link > statically like with the windows wheels? No idea. Boost shouldn't leak in the public APIs, so t

[Python] Wheel questions

2019-07-11 Thread Krisztián Szűcs
Hi All, I have a couple of questions about the wheel packaging: - why do we build an arrow namespaced boost on linux and osx, could we link statically like with the windows wheels? - do we explicitly say somewhere in the linux wheels to link the 3rdparty dependencies statically or just implicitly,