We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9f130 commit 9cba284Copy full SHA for 9cba284
meson.build
@@ -55,12 +55,15 @@ if cy.version().version_compare('>=3.1.0')
55
install: false,
56
output: '_cyutility.c',
57
command: [
58
- cy, '-3', '--fast-fail',
59
- '--generate-shared=' + meson.current_build_dir()/'_cyutility.c'
+ cy,
+ '-3',
60
+ '--fast-fail',
61
+ '--generate-shared=' + meson.current_build_dir() / '_cyutility.c',
62
],
63
)
64
- py.extension_module('_cyutility',
65
+ py.extension_module(
66
+ '_cyutility',
67
cython_shared_src,
68
subdir: 'pandas/_libs',
69
install: true,
0 commit comments