mirror of https://github.com/silx-kit/pyFAI.git
removed unused var and updated setup.py (to be checked)
This commit is contained in:
parent
a1a5d284dd
commit
8442abc50c
|
@ -353,7 +353,6 @@ void cLog_bench(logger_t *hLog, const char * format, ...)
|
|||
|
||||
void cLog_report_configuration(logger_t *hLog)
|
||||
{
|
||||
char depth[10];
|
||||
|
||||
printf("\ncLogger Configuration\n");
|
||||
if( (hLog) )
|
||||
|
|
|
@ -40,7 +40,7 @@ except ImportError:
|
|||
from numpy.distutils.misc_util import get_numpy_include_dirs
|
||||
|
||||
ocl_azim_ext = Extension(name="ocl_azim",
|
||||
sources=[ocl_azim, "ocl_base.cpp", "ocl_tools.cc", "ocl_xrpd1d_fullsplit.cpp"],
|
||||
sources=[ocl_azim, "ocl_base.cpp", "/ocl_tools/ocl_tools.cc", "ocl_xrpd1d_fullsplit.cpp", "/ocl_tools/cLogger/cLogger.c"],
|
||||
include_dirs=get_numpy_include_dirs(),
|
||||
language="c++",
|
||||
libraries=["stdc++", "OpenCL"],
|
||||
|
|
Loading…
Reference in New Issue