Skip to content

Commit

Permalink
fix setup.py after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Jan 17, 2024
1 parent 4a3c420 commit 7af0829
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,5 @@
from setuptools import setup

setup(
ext_modules=[
Extension(
'gradunwarp.core.{}_ext'.format(mod),
include_dirs=[get_include()],
sources=['gradunwarp/core/{}_ext.c'.format(mod)],
extra_compile_args=['-O3'],
)
for mod in ('interp3', 'legendre', 'transform_coordinates')
],
scripts=['gradunwarp/core/gradient_unwarp.py'],
)

0 comments on commit 7af0829

Please sign in to comment.