Skip to content

Commit f858539

Browse files
authored
Merge pull request numpy#26968 from rgommers/_simd-install-tag
MAINT: add a 'tests' install tag to the `numpy._core._simd` extension module
2 parents 776f881 + 5093711 commit f858539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/_core/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,7 @@ py.extension_module('_simd',
12781278
link_with: [npymath_lib, _simd_mtargets.static_lib('_simd_mtargets')],
12791279
install: true,
12801280
subdir: 'numpy/_core',
1281+
install_tag: 'tests',
12811282
)
12821283

12831284
python_sources = [

0 commit comments

Comments
 (0)