Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad27f92 commit c2bbd12Copy full SHA for c2bbd12
sklearn/neighbors/meson.build
@@ -3,8 +3,6 @@ _binary_tree_pxi = custom_target(
3
output: '_binary_tree.pxi',
4
input: '_binary_tree.pxi.tp',
5
command: [py, tempita, '@INPUT@', '-o', '@OUTDIR@'],
6
- install: true,
7
- install_dir: sklearn_dir / 'neighbors'
8
)
9
10
# .pyx is generated so this is needed to make Cython compilation work. The pxi
0 commit comments