/tomo/pyhst

To get this branch, use:
bzr branch http://darksoft.org/webbzr/tomo/pyhst

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Suren A. Chilingaryan
  • Date: 2017-09-28 10:34:47 UTC
  • Revision ID: csa@suren.me-20170928103447-dggjgnuxmymgew2a
Quality fixes (tex-based)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
headers = glob (os.path.join ("*.h") ) + [ "hst_cpu/hst_cpu.h", "hst_cuda/hst_cuda.h", "dfi_cuda/dfi_cuda.h", "hst_opencl/hst_opencl.h" ];
24
24
header = headers + glob (os.path.join ("Include/Numeric","*.h") ) 
25
 
objects = ['PyHST_c.c',"Vhst_calculate_limits.c", "hst.c", "hst_setup.c", "hst_reconstructor.c", "debug.c", "hw_sched.c", "hw_thread.c", "hw_tools.c"]
 
25
objects = ['PyHST_c.c',"Vhst_calculate_limits.c", "hst.c", "hst_setup.c", "hst_reconstructor.c", "debug.c", "hw_sched.c", "hw_thread.c", "hw_tools.c", "astra_fourier.c"]
26
26
 
27
27
if hasattr(build_config, 'CFLAGS'):
28
28
    os.environ["CFLAGS"]=build_config.CFLAGS