Skip to content

Commit

Permalink
Merge f3acf99 into acaa02e
Browse files Browse the repository at this point in the history
  • Loading branch information
sfabbro committed Aug 31, 2016
2 parents acaa02e + f3acf99 commit c7285a0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions astroscrappy/utils/setup_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,12 @@ def get_extensions():
sources=med_sources,
include_dirs=include_dirs,
libraries=libraries,
language="c",
extra_compile_args=['-g', '-O3', '-funroll-loops',
'-ffast-math'])
language="c")
ext_im = Extension(name=str("astroscrappy.utils.image_utils"),
sources=im_sources,
include_dirs=include_dirs,
libraries=libraries,
language="c",
extra_compile_args=['-g', '-O3', '-funroll-loops',
'-ffast-math'])
language="c")

has_openmp, outputs = check_openmp()
if has_openmp:
Expand Down

0 comments on commit c7285a0

Please sign in to comment.