diff options
author | Pauli Virtanen <pav@iki.fi> | 2019-11-29 20:33:41 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2019-11-29 20:36:47 +0200 |
commit | afbefcb2e88c5650c682b32d315b671b7423926e (patch) | |
tree | 41a820b515afc2de3dd25840f15a217419a26480 /numpy/core/setup.py | |
parent | 0725a58415e68eab9fa7d7389cdb40716447a4fb (diff) | |
download | numpy-afbefcb2e88c5650c682b32d315b671b7423926e.tar.gz |
ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffix
This is an emerging "standard" for 64-bit BLAS/LAPACK, avoiding symbol
clashes with 32-bit BLAS/LAPACK, originally introduced for Julia.
OpenBLAS can be compiled with 64-bit integer size and symbol suffix
'64_' (INTERFACE64=1 SYMBOLSUFFIX=64_). OpenBLAS built with this
setting is also provided by some Linux distributions (e.g. Fedora's
64-bit openblas packages).
Diffstat (limited to 'numpy/core/setup.py')
0 files changed, 0 insertions, 0 deletions