[SciPy-Dev] Error when compiling numpy

Ralf Gommers ralf.gommers at gmail.com
Wed May 29 15:13:46 EDT 2013


On Wed, May 29, 2013 at 8:20 PM, Wim R. Cardoen <wcardoen at gmail.com> wrote:

> Hello,
>
> I tried to compile the latest stable version of numpy version 1.7.1 on
> RHEL5 using gfortran version 4.1.2
> Very soon I got the following error (see below)
> Suggestions to resolve this issue are fully appreciated.
>

It looks like there's a failure to determine the version number of your
gfortran. Maybe putting the failing like in a try/except and assigning 0 or
1 to `status` is a workaround. To fix the issue the gnu_version_match
method in distutils/fcompiler/gnu.py may have to be improved; tests are in
distutils/tests/test_fcompiler_gnu.py

Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20130529/e7d32958/attachment.html>


More information about the SciPy-Dev mailing list