Skip to content

Commit

Permalink
bfix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Anihilatorgunn committed Nov 16, 2024
1 parent e3fbd0b commit 750a047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_ext_modules():
'/O3' if on_windows else '-O3',
] # FIXME: account for higher gcc versions

modules = ['backprojection', 'measure', 'morphology', 'numeric', 'radon', 'zoom']
modules = ['backprojection', 'measure', 'morphology', 'numeric', 'radon', 'zoom', 'convex_hull']
modules_to_link_against_numpy_core_math_lib = ['numeric']

src_dir = Path(__file__).parent / name / 'src'
Expand Down

0 comments on commit 750a047

Please sign in to comment.