mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-02 13:03:48 +08:00
Renamed _construct.pyx to _build_rag.pyx and some code corrections
This commit is contained in:
@@ -17,7 +17,7 @@ def configuration(parent_package='', top_path=None):
|
||||
cython(['_spath.pyx'], working_path=base_path)
|
||||
cython(['_mcp.pyx'], working_path=base_path)
|
||||
cython(['heap.pyx'], working_path=base_path)
|
||||
cython(['_construct.pyx'], working_path=base_path)
|
||||
cython(['_build_rag.pyx'], working_path=base_path)
|
||||
|
||||
|
||||
config.add_extension('_spath', sources=['_spath.c'],
|
||||
@@ -26,7 +26,7 @@ def configuration(parent_package='', top_path=None):
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
config.add_extension('heap', sources=['heap.c'],
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
config.add_extension('_construct', sources=['_construct.c'],
|
||||
config.add_extension('_build_rag', sources=['_build_rag.c'],
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user