First preparations for Intels TBB
This commit is contained in:
+6
-6
@@ -213,12 +213,12 @@ if not conf.CheckCXXHeader('boost/unordered_map.hpp'):
|
||||
Exit(-1)
|
||||
|
||||
#checks for intels thread building blocks library
|
||||
if not conf.CheckLibWithHeader('tbb', 'tbb/tbb.h', 'CXX'):
|
||||
print "Intel TBB library not found. Exiting"
|
||||
Exit(-1)
|
||||
if not conf.CheckCXXHeader('tbb/task_scheduler_init.h'):
|
||||
print "tbb/task_scheduler_init.h not found. Exiting"
|
||||
Exit(-1)
|
||||
#if not conf.CheckLibWithHeader('tbb', 'tbb/tbb.h', 'CXX'):
|
||||
# print "Intel TBB library not found. Exiting"
|
||||
# Exit(-1)
|
||||
#if not conf.CheckCXXHeader('tbb/task_scheduler_init.h'):
|
||||
# print "tbb/task_scheduler_init.h not found. Exiting"
|
||||
# Exit(-1)
|
||||
|
||||
|
||||
protobld = Builder(action = 'protoc -I=DataStructures/pbf-proto --cpp_out=DataStructures/pbf-proto $SOURCE')
|
||||
|
||||
Reference in New Issue
Block a user