diff options
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/distutils.rst | 5 | ||||
-rw-r--r-- | doc/source/reference/routines.other.rst | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/reference/distutils.rst b/doc/source/reference/distutils.rst index a22db3e8e..fef3ee5fb 100644 --- a/doc/source/reference/distutils.rst +++ b/doc/source/reference/distutils.rst @@ -15,6 +15,11 @@ keyword arguments to pass to the setup function (by passing the dictionary obtained from the todict() method of the class). More information is available in the :ref:`distutils-user-guide`. +The choice and location of linked libraries such as BLAS and LAPACK as well as +include paths and other such build options can be specified in a ``site.cfg`` +file located in the NumPy root repository or a ``.numpy-site.cfg`` file in your +home directory. See the ``site.cfg.example`` example file included in the NumPy +repository or sdist for documentation. .. index:: single: distutils diff --git a/doc/source/reference/routines.other.rst b/doc/source/reference/routines.other.rst index 28c9a1ad1..def5b3e3c 100644 --- a/doc/source/reference/routines.other.rst +++ b/doc/source/reference/routines.other.rst @@ -44,6 +44,7 @@ Utility :toctree: generated/ get_include + show_config deprecate deprecate_with_doc |