/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 trunk/src/build_config.py

  • Committer: Suren A. Chilingaryan
  • Date: 2011-02-07 15:05:48 UTC
  • Revision ID: csa@dside.dyndns.org-20110207150548-m4xp1vevntjsv6m0
Import to Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CFLAGS="-O2"
2
 
INCLUDES=['/usr/include/glib-2.0', '/usr/lib/glib-2.0/include', '/usr/local/cuda/include', '/usr/include']
3
 
DEFINES=['-DUSEOPENCL', '-DPYHST_USE_FFTW', '-DPYHST_MEASURE_TIMINGS', '-DHW_USE_THREADS', '-DHW_USE_PARALLEL_IO', '-DHW_HAVE_SCHED_HEADERS']
4
 
LIBDIRS=[]
5
 
LIBS=['/usr/lib/libglib-2.0.so', '/usr/lib/libgthread-2.0.so', '/usr/lib/libOpenCL.so', '/usr/local/lib/liboclfft.a', '/usr/lib/libfftw3f.so']