diff options
author | Nick Papior Andersen <nickpapior@gmail.com> | 2015-02-27 08:14:59 +0000 |
---|---|---|
committer | Nick Papior Andersen <nickpapior@gmail.com> | 2015-02-27 08:14:59 +0000 |
commit | 525f0cd85fa270ee0fb843a8cfdd21dfe98238cd (patch) | |
tree | f24c95ff49417f7de5828182cd00e02a30959d77 /numpy/lib/tests/test_index_tricks.py | |
parent | 29b9480f62fd01b6d19da39391bd522cc66bdc6b (diff) | |
download | numpy-525f0cd85fa270ee0fb843a8cfdd21dfe98238cd.tar.gz |
BUG: rpath was not implemented for numpy.distutils.fcompiler
This bug-fix only applies for non gnu-compilers.
The fortran compilers in numpy inherited the Ccompier class
which had the runtime library directories NotImplemented.
Hence the compilers need to define their own runtime library
path.
I have added that information to the intel/pgi/sun compilers.
The rest are either already implemented or I do not know them.
I have tested the bug-fix with intel compilers of numpy AND the
subsequent installation of scipy (which relies on the fortran
compilers). Hence this bug will only occur when linking with
the fortran compilers.
Diffstat (limited to 'numpy/lib/tests/test_index_tricks.py')
0 files changed, 0 insertions, 0 deletions