Skip to content

Commit

Permalink
Merge pull request #175 from rgommers/build-cleanup
Browse files Browse the repository at this point in the history
Remove the py_dep dependency from extension modules in riemann/meson.build
  • Loading branch information
mandli authored May 14, 2024
2 parents 75c0e3d + 5e16d12 commit 95b4a29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions riemann/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ foreach suffix, names: riemann_ptwise
ext_name, [ext_srcs, f2py_srcs],
incdir_f2py / 'fortranobject.c',
include_directories: inc_np,
dependencies : py_dep,
subdir: pkg_dir,
install : true
)
Expand All @@ -172,7 +171,6 @@ foreach suffix, names: riemann
ext_name, [ext_srcs, f2py_srcs],
incdir_f2py / 'fortranobject.c',
include_directories: inc_np,
dependencies : py_dep,
subdir: pkg_dir,
install : true
)
Expand Down Expand Up @@ -224,7 +222,6 @@ foreach name, sources: special_extensions
ext_name, [ext_srcs, f2py_srcs],
incdir_f2py / 'fortranobject.c',
include_directories: inc_np,
dependencies : py_dep,
subdir: pkg_dir,
install : true
)
Expand Down

0 comments on commit 95b4a29

Please sign in to comment.