Re: Minimal GCC version

2018-06-25 Thread Wes McKinney
wrote: > >> Hi Uwe, >> >> great, thanks! >> >> Cheers. >> >> On Mon, Jun 25, 2018 at 6:29 PM Uwe L. Korn wrote: >> >> > Hello Dimitri, >> > >> > the minimal GCC version is currently driven by the minimal requirements &g

Re: Minimal GCC version

2018-06-25 Thread Anthony Scopatz
Cheers. > > On Mon, Jun 25, 2018 at 6:29 PM Uwe L. Korn wrote: > > > Hello Dimitri, > > > > the minimal GCC version is currently driven by the minimal requirements > of > > conda-forge and the manylinux1 platform tag for Python Wheels. > conda-forge > > i

Re: Minimal GCC version

2018-06-25 Thread Dimitri Vorona
Hi Uwe, great, thanks! Cheers. On Mon, Jun 25, 2018 at 6:29 PM Uwe L. Korn wrote: > Hello Dimitri, > > the minimal GCC version is currently driven by the minimal requirements of > conda-forge and the manylinux1 platform tag for Python Wheels. conda-forge > is expected to migrat

Re: Minimal GCC version

2018-06-25 Thread Uwe L. Korn
Hello Dimitri, the minimal GCC version is currently driven by the minimal requirements of conda-forge and the manylinux1 platform tag for Python Wheels. conda-forge is expected to migrate soon to GCC 7+. The manylinux standard will also publish a manylinux2010 tag that will upgrade their

Minimal GCC version

2018-06-25 Thread Dimitri Vorona
Hi, I wondered what is the decision process behind the minimal supported GCC version (currently 4.8)? Is it something like "the default GCC in the oldest supported LTS Ubuntu"? Or maybe there are some ASF guidelines? Cheers, Dimitri.