From 5d647cf9a6159afd2933da594b9c79ad93d3cd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Mon, 23 Dec 2019 13:45:09 +0100 Subject: New upstream version 0.12.0~b0+dfsg --- silx/math/setup.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'silx/math/setup.py') diff --git a/silx/math/setup.py b/silx/math/setup.py index ae0a82f..8cc15e6 100644 --- a/silx/math/setup.py +++ b/silx/math/setup.py @@ -1,6 +1,6 @@ # coding: utf-8 # /*########################################################################## -# Copyright (C) 2016-2018 European Synchrotron Radiation Facility +# Copyright (C) 2016-2019 European Synchrotron Radiation Facility # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -83,6 +83,13 @@ def configuration(parent_package='', top_path=None): extra_link_args=['-fopenmp'], extra_compile_args=['-fopenmp']) + config.add_extension('interpolate', + sources=["interpolate.pyx"], + language='c', + include_dirs=['include', numpy.get_include()], + extra_link_args=['-fopenmp'], + extra_compile_args=['-fopenmp']) + return config -- cgit v1.2.3