Skip to content

Commit

Permalink
Merge pull request scipy#17083 from melissawm/fix-envvars-link
Browse files Browse the repository at this point in the history
DOC: Fix broken link for environment variables NumPy doc
  • Loading branch information
tylerjereddy authored Sep 23, 2022
2 parents 06222d8 + 747759a commit c82d94b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/source/dev/contributor/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ SciPy has several tunable build-time options, which can be set.

- Environment variables ``NPY_LAPACK_ORDER``, ``NPY_BLAS_ORDER``, ``OPENBLAS``,
``ATLAS``, etc., also controlling library configuration.
See `Numpy documentation <numpy-blasdoc>`_ for more details.
See :ref:`NumPy documentation <numpy:accelerated-blas-lapack-libraries>`
for more details.

- Environment variable ``NPY_USE_BLAS_ILP64=1``: build using 64-bit
integer size (ILP64) BLAS+LAPACK libraries.
Expand All @@ -192,5 +193,3 @@ SciPy has several tunable build-time options, which can be set.
integer size (LP64) BLAS+LAPACK libraries to be available and
configured. This is because only some components in SciPy make use
of the 64-bit capabilities.

.. _numpy-blasdoc: https://numpy.org/devdocs/user/building.html#accelerated-blas-lapack-libraries

0 comments on commit c82d94b

Please sign in to comment.