Skip to content

Commit

Permalink
Merge pull request #722 from rgommers/build-cleanup
Browse files Browse the repository at this point in the history
Remove the `py_dep` dependency from extension modules in pyclaw/meson.build
  • Loading branch information
mandli authored May 14, 2024
2 parents 4fa92af + 88515b1 commit 6bab875
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pyclaw/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ foreach subpkg, module: fortran_extensions
incdir_f2py / 'fortranobject.c',
c_args: [numpy_nodepr_api],
include_directories: inc_np,
dependencies : py_dep,
subdir: 'clawpack/pyclaw/' + srcdir,
install : true
)
Expand All @@ -277,7 +276,6 @@ py.extension_module(
'reconstruct',
['limiters/weno/reconstruct.c'],
include_directories: inc_np,
dependencies : py_dep,
subdir: 'clawpack/pyclaw/limiters/weno',
install : true
)
Expand All @@ -303,7 +301,6 @@ py.extension_module(
ext_name, [ext_srcs, f2py_srcs],
incdir_f2py / 'fortranobject.c',
include_directories: inc_np,
dependencies : py_dep,
subdir: 'clawpack/pyclaw/examples/shallow_sphere',
install : true
)
Expand All @@ -325,7 +322,6 @@ py.extension_module(
ext_name, [ext_srcs, f2py_srcs],
incdir_f2py / 'fortranobject.c',
include_directories: inc_np,
dependencies : py_dep,
subdir: 'clawpack/pyclaw/examples/advection_reaction_2d',
install : true
)

0 comments on commit 6bab875

Please sign in to comment.