mirror of https://github.com/silx-kit/pyFAI.git
Merge branch 'master', remote branch 'origin'
This commit is contained in:
commit
e10046fecd
1
setup.py
1
setup.py
|
@ -84,7 +84,6 @@ bilinear_dic = dict(name="bilinear",
|
||||||
include_dirs=get_numpy_include_dirs(),
|
include_dirs=get_numpy_include_dirs(),
|
||||||
sources=[src['bilinear']])
|
sources=[src['bilinear']])
|
||||||
|
|
||||||
print ocl_azim
|
|
||||||
ocl_azim_dict = dict(name="ocl_azim",
|
ocl_azim_dict = dict(name="ocl_azim",
|
||||||
sources=ocl_azim,
|
sources=ocl_azim,
|
||||||
include_dirs=["openCL"] + get_numpy_include_dirs(),
|
include_dirs=["openCL"] + get_numpy_include_dirs(),
|
||||||
|
|
Loading…
Reference in New Issue