Re: [Python-Dev] Compiling Python on Linux with Intel's icc

Stefan Krah <stefan at bytereef.org> wrote:
After compilation, there's a few tests that are consistently failing,
Yes, I saw that bug report, but it looked dormant. It is. In 4 years it's only had one post (from you I see), and no proposed fix. The link you posted there is the same link I posted (somewhere) in my previous email... mainly
Thanks, I'll give that a go and will report back!
In general, please submit suspected bugs on http://bugs.python.org/ (after searching the archives) and post things like speed comparisons on>
python-list at python.org.
Thanks again. My only other concern is with distutils, as it doesn't support icc on a Xeon. However, numpy.distutils is almost compatible. I've had to make some mods to the flags in numpy.distutils.intelccompiler and numpy.distutils.fcompiler.intel, but it would be nice if this support was also included in the standard distutils... Can the numpy version be used in place of the standard distutils? Again, there's probably a more proper place to ask... I'll suggest patches for these numpy modules to the numpy devs, but it would be nice if the core python distutils supported icc too. Thanks for your time! Kind regards, Alex
participants (1)
-
Alex Leach