Skip to content

TBB_INSTALL_DIR not found #41

@aseedb

Description

@aseedb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions