Skip to content

Commit

Permalink
VENDOR: vendor our friendly fork of Meson
Browse files Browse the repository at this point in the history
We need this in order to add the "feature" module for SIMD support,
which is at mesonbuild/meson#11307.
  • Loading branch information
rgommers authored and charris committed Nov 11, 2023
1 parent 572ca7e commit cab5c6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "numpy/core/src/npysort/x86-simd-sort"]
path = numpy/core/src/npysort/x86-simd-sort
url = https://github.com/intel/x86-simd-sort
[submodule "vendored-meson/meson"]
path = vendored-meson/meson
url = https://github.com/numpy/meson.git
9 changes: 9 additions & 0 deletions LICENSES_bundled.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ Name: libdivide
Files: numpy/core/include/numpy/libdivide/*
License: Zlib
For license text, see numpy/core/include/numpy/libdivide/LICENSE.txt


Note that the following files are vendored in the repository and sdist but not
installed in built numpy packages:

Name: Meson
Files: vendored-meson/meson/*
License: Apache 2.0
For license text, see vendored-meson/meson/COPYING
1 change: 1 addition & 0 deletions vendored-meson/meson
Submodule meson added at 1f8351

0 comments on commit cab5c6d

Please sign in to comment.