diff options
author | Pauli Virtanen <pav@iki.fi> | 2019-12-07 14:17:20 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2019-12-14 14:14:37 +0200 |
commit | a92039db1edf9d85059ddadc10134f434ae82ce7 (patch) | |
tree | fbc070996c04be5ac3bae9b88b923d19b4637f2b /numpy/lib/function_base.py | |
parent | 2fc10a279edfd132ec27eeac9e72f5a02a8bae5e (diff) | |
download | numpy-a92039db1edf9d85059ddadc10134f434ae82ce7.tar.gz |
ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)
Generalize the ILP64 BLAS/LAPACK symbol name handling to deal with
arbitrary prefix/suffix.
The build-time behavior is changed so that HAVE_BLAS_ILP64 and
BLAS_SYMBOL_SUFFIX/PREFIX defines are added to compile options
as appropriate.
Mainly to make autodetection of BLAS/LAPACK easier for downstream
numpy.distutils users, add get_info aliases 'blas_ilp64_opt',
'blas_ilp64_plain_opt', and 'blas64__opt' for any/no/""&"64_"
prefix&suffix, and the same for lapack. (Due to the way system_info
works, each also gets a separate class.)
In addition to openblas64_ which has a fixed suffix, add the (by default
suffixless) openblas_ilp64, which correspond to the most likely cases to
be present.
Diffstat (limited to 'numpy/lib/function_base.py')
0 files changed, 0 insertions, 0 deletions