From 85447b1ed7df98aff0ed9d666a92f8714f08c2ee Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 14 Dec 2019 18:47:43 +0200 Subject: DOC: explain NPY_*_ILP64_ORDER default values --- doc/source/user/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v1.2.1