mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-19 12:40:22 +08:00
unwrap: Rename C files.
This commit is contained in:
@@ -16,13 +16,11 @@ def configuration(parent_package='', top_path=None):
|
||||
cython(['_unwrap_2d.pyx'], working_path=base_path)
|
||||
cython(['_unwrap_3d.pyx'], working_path=base_path)
|
||||
|
||||
unwrap_sources_2d = ['_unwrap_2d.c',
|
||||
'Miguel_2D_unwrapper_with_mask_and_wrap_around_option.c']
|
||||
unwrap_sources_2d = ['_unwrap_2d.c', 'unwrap_2d_ljmu.c']
|
||||
config.add_extension('_unwrap_2d', sources=unwrap_sources_2d,
|
||||
extra_compile_args=['-g'],
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
unwrap_sources_3d = ['_unwrap_3d.c',
|
||||
'Hussein_3D_unwrapper_with_mask_and_wrap_around_option.c']
|
||||
unwrap_sources_3d = ['_unwrap_3d.c', 'unwrap_3d_ljmu.c']
|
||||
config.add_extension('_unwrap_3d', sources=unwrap_sources_3d,
|
||||
extra_compile_args=['-g'],
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
|
||||
Reference in New Issue
Block a user