-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I am trying to build openmbir from source. I have tried on different linux systems and each time I am having errors related to TBB.
On ubuntu 16.04, I have done installed libtbb-dev with apt-get
but then I am getting this error when running cmake:
ERROR: TBB_INSTALL_DIR not found.
CMake Error at CMakeLists.txt:140 (message):
The Intel Threading Building Blocks library is needed to enable the
multithreaded algorithms. Please make sure it is installed properly
On another system where I do not have root permission, I have compiled TBB from source, I have place referenced the directory containing tbb libraries and executables in LD_LIBRARY_PATH and PATH respectively. And then I am getting the following error:
ERROR: Intel TBB NOT found!
-- Looked for Threading Building Blocks in /home/ubelix/ana/bzuber/local/tbb/build
CMake Error at CMakeLists.txt:140 (message):
The Intel Threading Building Blocks library is needed to enable the
multithreaded algorithms. Please make sure it is installed properly