8 lines
180 B
Meson

py.extension_module(
'_svmlight_format_fast',
cython_gen.process('_svmlight_format_fast.pyx'),
dependencies: [np_dep],
subdir: 'sklearn/datasets',
install: true
)