mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 00:52:52 +08:00
Remove unused fopenmp compile args
This commit is contained in:
committed by
Stefan van der Walt
parent
d153bfcb2b
commit
8de13dc2b1
@@ -20,9 +20,7 @@ def configuration(parent_package='', top_path=None):
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
|
||||
config.add_extension('_warps_cy', sources=['_warps_cy.c'],
|
||||
include_dirs=[get_numpy_include_dirs(), '../_shared'],
|
||||
extra_compile_args=['-fopenmp'],
|
||||
extra_link_args=['-fopenmp'])
|
||||
include_dirs=[get_numpy_include_dirs(), '../_shared'])
|
||||
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user