Skip to content

Commit

Permalink
Merge pull request scipy#15970 from matthew-brett/expm-meson-dep-fix
Browse files Browse the repository at this point in the history
BLD: specify `cython_lapack` dependency for `matfuncs_expm`
  • Loading branch information
rgommers authored Apr 11, 2022
2 parents 5f4ba67 + e2e00cb commit 1f2a6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/linalg/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ _matfuncs_expm_pyx = custom_target('_matfuncs_expm',
)

py3.extension_module('_matfuncs_expm',
linalg_init_cython_gen.process(_matfuncs_expm_pyx),
linalg_cython_gen.process(_matfuncs_expm_pyx),
c_args: cython_c_args,
include_directories: inc_np,
dependencies: py3_dep,
Expand Down

0 comments on commit 1f2a6e8

Please sign in to comment.