diff options
author | Pauli Virtanen <pav@iki.fi> | 2019-12-14 18:47:43 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2019-12-14 18:47:43 +0200 |
commit | 85447b1ed7df98aff0ed9d666a92f8714f08c2ee (patch) | |
tree | b3205372b29a36c06eb4c49fc757983349758c34 | |
parent | 3814538ef632d228ba3c2edc29e11a5b383bfc57 (diff) | |
download | numpy-85447b1ed7df98aff0ed9d666a92f8714f08c2ee.tar.gz |
DOC: explain NPY_*_ILP64_ORDER default values
-rw-r--r-- | doc/source/user/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 8e9744a87..1588de964 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -211,7 +211,7 @@ supported: The order in which they are preferred is determined by ``NPY_BLAS_ILP64_ORDER`` and ``NPY_LAPACK_ILP64_ORDER`` environment -variables, similarly as above. +variables. The default value is ``openblas64_,openblas_ilp64``. .. note:: |