ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Update anaconda python39 package #12811

Open kangshan0910 opened 2 years ago

kangshan0910 commented 2 years ago

Hi, The latest anaconda python39 package is https://anaconda.org/anaconda/python/3.9.7/download/linux-64/python-3.9.7-h12debd9_1.tar.bz2 which is built by GCC7.5.0. I tried using GCC9.3.0 to rebuild it and it will bring some improvement. Moreover I find python 3.10.0 also uses GCC9 to be built. So can this package be updated with GCC9 built?

kangshan0910 commented 2 years ago

I found an existed old issue and it is still open. Anyone can help on this?

kangshan0910 commented 2 years ago

Hi @jezdez, I'm not sure whether I find the right person for this issue. Could you please help to look at it?

jezdez commented 2 years ago

@kangshan0910 I'm afraid I'm not the right person to ask, but maybe @remkade or @csoja could chime in?

remkade commented 2 years ago

Hi @kangshan0910 , we have a plan to upgrade to GCC11 soon. We're still working out all the complexities around that, but our preference would be to go straight to GCC11 and skip the intermediate versions.

We don't currently have a release date for that change, but it is planned.

kangshan0910 commented 2 years ago

Thank you very much for your response. I'm looking forward to the update.