summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
diff options
context:
space:
mode:
authorNick R. Papior <nickpapior@gmail.com>2020-09-17 12:29:38 +0200
committerGitHub <noreply@github.com>2020-09-17 12:29:38 +0200
commit233c63a56974de22b846ac989cef1fabe45e7296 (patch)
tree1ec1cd1f4b606603fbf3035422070eb581857e7e /numpy/lib/arraysetops.py
parent60a1e10c4593736b188b38e7d7c51aefb213af6a (diff)
downloadnumpy-233c63a56974de22b846ac989cef1fabe45e7296.tar.gz
BLD: enabled negation of library choices in NPY_*_ORDER (#17219)
BLD: enabled negation of library choices in NPY_*_ORDER When users build for a particular order it may be beneficial to disallow certain libraries. In particular a user may not care about which accelerated BLAS library is used, so long as the NetLIB or ATLAS library isn't used. This is now possible with: NPY_BLAS_ORDER='^blas,atlas' or NPY_BLAS_ORDER='!blas,atlas' Since we may envision more BLAS/LAPACK libraries to the pool, this will provide greater flexibility as they enter. A new (local) method is added in system_info.py which removes duplicate code and allows for easier usage across libraries.
Diffstat (limited to 'numpy/lib/arraysetops.py')
0 files changed, 0 insertions, 0 deletions