Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Aug 9, 2024
1 parent 5570b74 commit 7b9b86d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions treeple/_lib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ tree_extension_metadata = {
'_tree':
{'sources': ['./sklearn/tree/' + '_tree.pyx'],
'override_options': ['cython_language=cpp', 'optimization=3']},
'_partitioner':
{'sources': ['./sklearn/tree/' + '_partitioner.pyx'],
'override_options': ['cython_language=cpp', 'optimization=3']},
'_splitter':
{'sources': ['./sklearn/tree/' + '_splitter.pyx'],
'override_options': ['cython_language=cpp', 'optimization=3']},
Expand Down

0 comments on commit 7b9b86d

Please sign in to comment.