These are being added for NumPy 2.0 The implementation closely follows the one for the pybind11 dependency.pull/12823/head
parent
6fcf8632c6
commit
80ed1dfa7f
4 changed files with 35 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
## New numpy custom dependency |
||||
|
||||
Support for `dependency('numpy')` was added, via supporting the `numpy-config` tool and |
||||
pkg-config support, both of which are available since NumPy 2.0.0. |
||||
|
||||
Config-tool support is useful because it will work out of the box when |
||||
``numpy`` is installed, while the pkg-config file is located inside python's |
||||
site-packages, which makes it impossible to use in an out of the box manner |
||||
without setting `PKG_CONFIG_PATH`. |
Loading…
Reference in new issue